#3CA14B

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

Shades of Chateau Green #3CA14B

Tints of Chateau Green #3CA14B

Color information

#3CA14B (or 0x3CA14B) is unknown color: approx Chateau Green. HEX triplet: 3C, A1 and 4B. RGB value is (60,161,75). Sum of RGB (Red+Green+Blue) = 60+161+75=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA14B is #C35EB4. Grayscale: #797979. Windows color (decimal): -12803765 or 4956476. OLE color: 4956476.

HSL color Cylindrical-coordinate representation of color #3CA14B: hue angle of 128.91º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA14B is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB6016175-
CMYK0.6300.530.37
HSL128.91º45.7%43.33%-
HSV(B)128.91º62.73%63.14%-
XYZ15.8826.9611.02-
YUV121102.0484.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 161 (63.28% from 255) = 54.39%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=20.27%
G=54.39%
B=25.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60161750.6300.530.37128.9145.743.33
Hex3CA14B3F03525812e2b
Octal7424111377065452015653
Binary111100101000011001011111111011010110010110000001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,161,75); }

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

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

 a { background-color: rgb(60,161,75); }

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

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

 span { border-color: rgb(60,161,75); }

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