#3CA15A

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

Shades of Chateau Green #3CA15A

Tints of Chateau Green #3CA15A

Color information

#3CA15A (or 0x3CA15A) is unknown color: approx Chateau Green. HEX triplet: 3C, A1 and 5A. RGB value is (60,161,90). Sum of RGB (Red+Green+Blue) = 60+161+90=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA15A is #C35EA5. Grayscale: #7A7A7A. Windows color (decimal): -12803750 or 5939516. OLE color: 5939516.

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

Color convert

RGB6016190-
CMYK0.6300.440.37
HSL137.82º45.7%43.33%-
HSV(B)137.82º62.73%63.14%-
XYZ16.4527.1914.05-
YUV122.71109.5483.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 161 (63.28% from 255) = 51.77%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=19.29%
G=51.77%
B=28.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60161900.6300.440.37137.8245.743.33
Hex3CA15A3F02C258a2e2b
Octal7424113277054452125653
Binary111100101000011011010111111010110010010110001010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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