Shades of Chateau Green #45BC5E
Tints of Chateau Green #45BC5E
RGB
CMYK
RGB Variations
Color information
#45BC5E (or 0x45BC5E) is known color: Chateau Green. HEX triplet: 45, BC and 5E. RGB value is (69,188,94). Sum of RGB (Red+Green+Blue) = 69+188+94=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC5E is #BA43A1. Grayscale: #8D8D8D. Windows color (decimal): -12207010 or 6208581. OLE color: 6208581.
HSL color Cylindrical-coordinate representation of color #45BC5E: hue angle of 132.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BC5E is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 94 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.26 |
| HSL | 132.61º | 0.47% | 0.5% | - |
| HSV(B) | 132.61º | 0.63% | 0.74% | - |
| XYZ | 22.46 | 38.04 | 16.75 | - |
| YUV | 141.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 94 | 0.63 | 0 | 0.50 | 0.26 | 132.61 | 0.47 | 0.5 |
| Hex | 45 | BC | 5E | 3F | 0 | 32 | 1A | 85 | 2F | 32 |
| Octal | 105 | 274 | 136 | 77 | 0 | 62 | 32 | 205 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1011110 | 111111 | 0 | 110010 | 11010 | 10000101 | 101111 | 110010 |
Color Harmonies of #45BC5E
Complementary color
Monochromatic Colors of #45BC5E
Black with #45BC5E
Text Example
Text Example
White with #45BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC5E; }
p { color: rgb(69,188,94); }
H1.HeaderClassName
{
color: #45BC5E;
}
.AnyTagClassName
{
color: #45BC5E;
}
</style>
background-color css
<style>
a { background-color: #45BC5E; }
a { background-color: rgb(69,188,94); }
div.DivClassName
{
background-color: #45BC5E;
}
.BgClassName
{
background-color: #45BC5E;
}
</style>
border-color css
<style>
span { border-color: #45BC5E; }
span { border-color: rgb(69,188,94); }
td.TdClassName
{
border-color: #45BC5E;
}
.TagClassName
{
border-color: #45BC5E;
}
</style>