Shades of Chateau Green #3CB154
Tints of Chateau Green #3CB154
RGB
CMYK
RGB Variations
Color information
#3CB154 (or 0x3CB154) is known color: Chateau Green. HEX triplet: 3C, B1 and 54. RGB value is (60,177,84). Sum of RGB (Red+Green+Blue) = 60+177+84=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB154 is #C34EAB. Grayscale: #838383. Windows color (decimal): -12799660 or 5550396. OLE color: 5550396.
HSL color Cylindrical-coordinate representation of color #3CB154: hue angle of 132.31º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB154 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 84 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.31 |
| HSL | 132.31º | 0.49% | 0.46% | - |
| HSV(B) | 132.31º | 0.66% | 0.69% | - |
| XYZ | 19.19 | 33.05 | 13.75 | - |
| YUV | 131.42 | 101.24 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 84 | 0.66 | 0 | 0.53 | 0.31 | 132.31 | 0.49 | 0.46 |
| Hex | 3C | B1 | 54 | 42 | 0 | 35 | 1F | 84 | 31 | 2E |
| Octal | 74 | 261 | 124 | 102 | 0 | 65 | 37 | 204 | 61 | 56 |
| Binary | 111100 | 10110001 | 1010100 | 1000010 | 0 | 110101 | 11111 | 10000100 | 110001 | 101110 |
Color Harmonies of #3CB154
Complementary color
Monochromatic Colors of #3CB154
Black with #3CB154
Text Example
Text Example
White with #3CB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB154; }
p { color: rgb(60,177,84); }
H1.HeaderClassName
{
color: #3CB154;
}
.AnyTagClassName
{
color: #3CB154;
}
</style>
background-color css
<style>
a { background-color: #3CB154; }
a { background-color: rgb(60,177,84); }
div.DivClassName
{
background-color: #3CB154;
}
.BgClassName
{
background-color: #3CB154;
}
</style>
border-color css
<style>
span { border-color: #3CB154; }
span { border-color: rgb(60,177,84); }
td.TdClassName
{
border-color: #3CB154;
}
.TagClassName
{
border-color: #3CB154;
}
</style>