#3CAB56

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

Shades of Chateau Green #3CAB56

Tints of Chateau Green #3CAB56

Color information

#3CAB56 (or 0x3CAB56) is unknown color: approx Chateau Green. HEX triplet: 3C, AB and 56. RGB value is (60,171,86). Sum of RGB (Red+Green+Blue) = 60+171+86=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB56 is #C354A9. Grayscale: #808080. Windows color (decimal): -12801194 or 5679932. OLE color: 5679932.

HSL color Cylindrical-coordinate representation of color #3CAB56: hue angle of 134.05º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAB56 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB6017186-
CMYK0.6500.500.33
HSL134.05º48.05%45.29%-
HSV(B)134.05º64.91%67.06%-
XYZ18.1130.7613.79-
YUV128.12104.2379.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=18.93%
G=53.94%
B=27.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60171860.6500.500.33134.0548.0545.29
Hex3CAB56410322186302d
Octal74253126101062412066055
Binary1111001010101110101101000001011001010000110000110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,171,86); }

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

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

 a { background-color: rgb(60,171,86); }

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

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

 span { border-color: rgb(60,171,86); }

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