#3CAB61

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

Shades of Chateau Green #3CAB61

Tints of Chateau Green #3CAB61

Color information

#3CAB61 (or 0x3CAB61) is unknown color: approx Chateau Green. HEX triplet: 3C, AB and 61. RGB value is (60,171,97). Sum of RGB (Red+Green+Blue) = 60+171+97=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB61 is #C3549E. Grayscale: #818181. Windows color (decimal): -12801183 or 6400828. OLE color: 6400828.

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

Color convert

RGB6017197-
CMYK0.6500.430.33
HSL140º48.05%45.29%-
HSV(B)140º64.91%67.06%-
XYZ18.5830.9516.3-
YUV129.38109.7378.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.29%
GREEN value IS 171 (67.19% from 255) = 52.13%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=18.29%
G=52.13%
B=29.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60171970.6500.430.3314048.0545.29
Hex3CAB614102B218c302d
Octal74253141101053412146055
Binary1111001010101111000011000001010101110000110001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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