#38A44A

Color #38A44A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #38A44A

Tints of Chateau Green #38A44A

Color information

#38A44A (or 0x38A44A) is unknown color: approx Chateau Green. HEX triplet: 38, A4 and 4A. RGB value is (56,164,74). Sum of RGB (Red+Green+Blue) = 56+164+74=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #38A44A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A44A is #C75BB5. Grayscale: #797979. Windows color (decimal): -13065142 or 4891704. OLE color: 4891704.

HSL color Cylindrical-coordinate representation of color #38A44A: hue angle of 130º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A44A is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB5616474-
CMYK0.6600.550.36
HSL130º49.09%43.14%-
HSV(B)130º65.85%64.31%-
XYZ16.1427.8911.01-
YUV121.45101.2281.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 164 (64.45% from 255) = 55.78%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=19.05%
G=55.78%
B=25.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56164740.6600.550.3613049.0943.14
Hex38A44A420372482312b
Octal70244112102067442026153
Binary1110001010010010010101000010011011110010010000010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A44A; }

 p { color: rgb(56,164,74); }

 H1.HeaderClassName
 {
   color: #38A44A;
 }
 .AnyTagClassName
 {
   color: #38A44A;
 }
</style>
background-color css

<style>
 a { background-color: #38A44A; }

 a { background-color: rgb(56,164,74); }

 div.DivClassName
 {
   background-color: #38A44A;
 }
 .BgClassName
 {
   background-color: #38A44A;
 }
</style>
border-color css

<style>
 span { border-color: #38A44A; }

 span { border-color: rgb(56,164,74); }

 td.TdClassName
 {
   border-color: #38A44A;
 }
 .TagClassName
 {
   border-color: #38A44A;
 }
</style>