#3CA25C

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

Shades of Chateau Green #3CA25C

Tints of Chateau Green #3CA25C

Color information

#3CA25C (or 0x3CA25C) is unknown color: approx Chateau Green. HEX triplet: 3C, A2 and 5C. RGB value is (60,162,92). Sum of RGB (Red+Green+Blue) = 60+162+92=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA25C is #C35DA3. Grayscale: #7B7B7B. Windows color (decimal): -12803492 or 6070844. OLE color: 6070844.

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

Color convert

RGB6016292-
CMYK0.6300.430.36
HSL138.82º45.95%43.53%-
HSV(B)138.82º62.96%63.53%-
XYZ16.7227.5714.57-
YUV123.52110.2182.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=19.11%
G=51.59%
B=29.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60162920.6300.430.36138.8245.9543.53
Hex3CA25C3F02B248b2e2c
Octal7424213477053442135654
Binary111100101000101011100111111010101110010010001011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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