Shades of Chateau Green #3CAB5C
Tints of Chateau Green #3CAB5C
RGB
CMYK
RGB Variations
Color information
#3CAB5C (or 0x3CAB5C) is known color: Chateau Green. HEX triplet: 3C, AB and 5C. RGB value is (60,171,92). Sum of RGB (Red+Green+Blue) = 60+171+92=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB5C is #C354A3. Grayscale: #818181. Windows color (decimal): -12801188 or 6073148. OLE color: 6073148.
HSL color Cylindrical-coordinate representation of color #3CAB5C: hue angle of 137.3º 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 #3CAB5C is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 92 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.33 |
| HSL | 137.3º | 0.48% | 0.45% | - |
| HSV(B) | 137.3º | 0.65% | 0.67% | - |
| XYZ | 18.36 | 30.86 | 15.11 | - |
| YUV | 128.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 92 | 0.65 | 0 | 0.46 | 0.33 | 137.3 | 0.48 | 0.45 |
| Hex | 3C | AB | 5C | 41 | 0 | 2E | 21 | 89 | 30 | 2D |
| Octal | 74 | 253 | 134 | 101 | 0 | 56 | 41 | 211 | 60 | 55 |
| Binary | 111100 | 10101011 | 1011100 | 1000001 | 0 | 101110 | 100001 | 10001001 | 110000 | 101101 |
Color Harmonies of #3CAB5C
Complementary color
Monochromatic Colors of #3CAB5C
Black with #3CAB5C
Text Example
Text Example
White with #3CAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB5C; }
p { color: rgb(60,171,92); }
H1.HeaderClassName
{
color: #3CAB5C;
}
.AnyTagClassName
{
color: #3CAB5C;
}
</style>
background-color css
<style>
a { background-color: #3CAB5C; }
a { background-color: rgb(60,171,92); }
div.DivClassName
{
background-color: #3CAB5C;
}
.BgClassName
{
background-color: #3CAB5C;
}
</style>
border-color css
<style>
span { border-color: #3CAB5C; }
span { border-color: rgb(60,171,92); }
td.TdClassName
{
border-color: #3CAB5C;
}
.TagClassName
{
border-color: #3CAB5C;
}
</style>