#3CA24F

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

Shades of Chateau Green #3CA24F

Tints of Chateau Green #3CA24F

Color information

#3CA24F (or 0x3CA24F) is unknown color: approx Chateau Green. HEX triplet: 3C, A2 and 4F. RGB value is (60,162,79). Sum of RGB (Red+Green+Blue) = 60+162+79=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA24F is #C35DB0. Grayscale: #7A7A7A. Windows color (decimal): -12803505 or 5218876. OLE color: 5218876.

HSL color Cylindrical-coordinate representation of color #3CA24F: hue angle of 131.18º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA24F is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB6016279-
CMYK0.6300.510.36
HSL131.18º45.95%43.53%-
HSV(B)131.18º62.96%63.53%-
XYZ16.227.3711.83-
YUV122.04103.7183.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=19.93%
G=53.82%
B=26.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60162790.6300.510.36131.1845.9543.53
Hex3CA24F3F03324832e2c
Octal7424211777063442035654
Binary111100101000101001111111111011001110010010000011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA24F; }

 p { color: rgb(60,162,79); }

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

<style>
 a { background-color: #3CA24F; }

 a { background-color: rgb(60,162,79); }

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

<style>
 span { border-color: #3CA24F; }

 span { border-color: rgb(60,162,79); }

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