#3CB45C

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

Shades of Chateau Green #3CB45C

Tints of Chateau Green #3CB45C

Color information

#3CB45C (or 0x3CB45C) is unknown color: approx Chateau Green. HEX triplet: 3C, B4 and 5C. RGB value is (60,180,92). Sum of RGB (Red+Green+Blue) = 60+180+92=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB45C is #C34BA3. Grayscale: #868686. Windows color (decimal): -12798884 or 6075452. OLE color: 6075452.

HSL color Cylindrical-coordinate representation of color #3CB45C: hue angle of 136º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB45C is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB6018092-
CMYK0.6700.490.29
HSL136º50%47.06%-
HSV(B)136º66.67%70.59%-
XYZ20.1234.3815.7-
YUV134.09104.2475.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.07%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=18.07%
G=54.22%
B=27.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60180920.6700.490.291365047.06
Hex3CB45C430311D88322f
Octal74264134103061352106257
Binary111100101101001011100100001101100011110110001000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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