#3CA15B

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

Shades of Chateau Green #3CA15B

Tints of Chateau Green #3CA15B

Color information

#3CA15B (or 0x3CA15B) is unknown color: approx Chateau Green. HEX triplet: 3C, A1 and 5B. RGB value is (60,161,91). Sum of RGB (Red+Green+Blue) = 60+161+91=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA15B is #C35EA4. Grayscale: #7B7B7B. Windows color (decimal): -12803749 or 6005052. OLE color: 6005052.

HSL color Cylindrical-coordinate representation of color #3CA15B: hue angle of 138.42º 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 #3CA15B is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB6016191-
CMYK0.6300.430.37
HSL138.42º45.7%43.33%-
HSV(B)138.42º62.73%63.14%-
XYZ16.527.2114.28-
YUV122.82110.0483.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 161 (63.28% from 255) = 51.60%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=19.23%
G=51.60%
B=29.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60161910.6300.430.37138.4245.743.33
Hex3CA15B3F02B258a2e2b
Octal7424113377053452125653
Binary111100101000011011011111111010101110010110001010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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