#3CAB5E

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

Shades of Chateau Green #3CAB5E

Tints of Chateau Green #3CAB5E

Color information

#3CAB5E (or 0x3CAB5E) is unknown color: approx Chateau Green. HEX triplet: 3C, AB and 5E. RGB value is (60,171,94). Sum of RGB (Red+Green+Blue) = 60+171+94=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB5E is #C354A1. Grayscale: #818181. Windows color (decimal): -12801186 or 6204220. OLE color: 6204220.

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

Color convert

RGB6017194-
CMYK0.6500.450.33
HSL138.38º48.05%45.29%-
HSV(B)138.38º64.91%67.06%-
XYZ18.4530.8915.58-
YUV129.03108.2378.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=18.46%
G=52.62%
B=28.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60171940.6500.450.33138.3848.0545.29
Hex3CAB5E4102D218a302d
Octal74253136101055412126055
Binary1111001010101110111101000001010110110000110001010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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