#3CA252

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

Shades of Chateau Green #3CA252

Tints of Chateau Green #3CA252

Color information

#3CA252 (or 0x3CA252) is unknown color: approx Chateau Green. HEX triplet: 3C, A2 and 52. RGB value is (60,162,82). Sum of RGB (Red+Green+Blue) = 60+162+82=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA252 is #C35DAD. Grayscale: #7A7A7A. Windows color (decimal): -12803502 or 5415484. OLE color: 5415484.

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

Color convert

RGB6016282-
CMYK0.6300.490.36
HSL132.94º45.95%43.53%-
HSV(B)132.94º62.96%63.53%-
XYZ16.3127.4112.41-
YUV122.38105.2183.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 162 (63.67% from 255) = 53.29%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=19.74%
G=53.29%
B=26.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60162820.6300.490.36132.9445.9543.53
Hex3CA2523F03124852e2c
Octal7424212277061442055654
Binary111100101000101010010111111011000110010010000101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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