#3C9652

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

Shades of Chateau Green #3C9652

Tints of Chateau Green #3C9652

Color information

#3C9652 (or 0x3C9652) is unknown color: approx Chateau Green. HEX triplet: 3C, 96 and 52. RGB value is (60,150,82). Sum of RGB (Red+Green+Blue) = 60+150+82=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9652 is #C369AD. Grayscale: #737373. Windows color (decimal): -12806574 or 5412412. OLE color: 5412412.

HSL color Cylindrical-coordinate representation of color #3C9652: hue angle of 134.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9652 is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB6015082-
CMYK0.600.450.41
HSL134.67º42.86%41.18%-
HSV(B)134.67º60%58.82%-
XYZ14.2923.3811.74-
YUV115.34109.1888.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.55%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=20.55%
G=51.37%
B=28.08%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60150820.600.450.41134.6742.8641.18
Hex3C96523C02D29872b29
Octal7422612274055512075351
Binary111100100101101010010111100010110110100110000111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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