Shades of Chateau Green #3CBA5A
Tints of Chateau Green #3CBA5A
RGB
CMYK
RGB Variations
Color information
#3CBA5A (or 0x3CBA5A) is known color: Chateau Green. HEX triplet: 3C, BA and 5A. RGB value is (60,186,90). Sum of RGB (Red+Green+Blue) = 60+186+90=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBA5A is #C345A5. Grayscale: #898989. Windows color (decimal): -12797350 or 5945916. OLE color: 5945916.
HSL color Cylindrical-coordinate representation of color #3CBA5A: hue angle of 134.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBA5A is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 90 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.27 |
| HSL | 134.29º | 0.51% | 0.48% | - |
| HSV(B) | 134.29º | 0.68% | 0.73% | - |
| XYZ | 21.27 | 36.82 | 15.66 | - |
| YUV | 137.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 90 | 0.68 | 0 | 0.52 | 0.27 | 134.29 | 0.51 | 0.48 |
| Hex | 3C | BA | 5A | 44 | 0 | 34 | 1B | 86 | 33 | 30 |
| Octal | 74 | 272 | 132 | 104 | 0 | 64 | 33 | 206 | 63 | 60 |
| Binary | 111100 | 10111010 | 1011010 | 1000100 | 0 | 110100 | 11011 | 10000110 | 110011 | 110000 |
Color Harmonies of #3CBA5A
Complementary color
Monochromatic Colors of #3CBA5A
Black with #3CBA5A
Text Example
Text Example
White with #3CBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA5A; }
p { color: rgb(60,186,90); }
H1.HeaderClassName
{
color: #3CBA5A;
}
.AnyTagClassName
{
color: #3CBA5A;
}
</style>
background-color css
<style>
a { background-color: #3CBA5A; }
a { background-color: rgb(60,186,90); }
div.DivClassName
{
background-color: #3CBA5A;
}
.BgClassName
{
background-color: #3CBA5A;
}
</style>
border-color css
<style>
span { border-color: #3CBA5A; }
span { border-color: rgb(60,186,90); }
td.TdClassName
{
border-color: #3CBA5A;
}
.TagClassName
{
border-color: #3CBA5A;
}
</style>