Shades of Chateau Green #45BC5C
Tints of Chateau Green #45BC5C
RGB
CMYK
RGB Variations
Color information
#45BC5C (or 0x45BC5C) is known color: Chateau Green. HEX triplet: 45, BC and 5C. RGB value is (69,188,92). Sum of RGB (Red+Green+Blue) = 69+188+92=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC5C is #BA43A3. Grayscale: #8D8D8D. Windows color (decimal): -12207012 or 6077509. OLE color: 6077509.
HSL color Cylindrical-coordinate representation of color #45BC5C: hue angle of 131.6º 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 #45BC5C is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 92 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.26 |
| HSL | 131.6º | 0.47% | 0.5% | - |
| HSV(B) | 131.6º | 0.63% | 0.74% | - |
| XYZ | 22.37 | 38 | 16.28 | - |
| YUV | 141.48 | 100.08 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 92 | 0.63 | 0 | 0.51 | 0.26 | 131.6 | 0.47 | 0.5 |
| Hex | 45 | BC | 5C | 3F | 0 | 33 | 1A | 84 | 2F | 32 |
| Octal | 105 | 274 | 134 | 77 | 0 | 63 | 32 | 204 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1011100 | 111111 | 0 | 110011 | 11010 | 10000100 | 101111 | 110010 |
Color Harmonies of #45BC5C
Complementary color
Monochromatic Colors of #45BC5C
Black with #45BC5C
Text Example
Text Example
White with #45BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC5C; }
p { color: rgb(69,188,92); }
H1.HeaderClassName
{
color: #45BC5C;
}
.AnyTagClassName
{
color: #45BC5C;
}
</style>
background-color css
<style>
a { background-color: #45BC5C; }
a { background-color: rgb(69,188,92); }
div.DivClassName
{
background-color: #45BC5C;
}
.BgClassName
{
background-color: #45BC5C;
}
</style>
border-color css
<style>
span { border-color: #45BC5C; }
span { border-color: rgb(69,188,92); }
td.TdClassName
{
border-color: #45BC5C;
}
.TagClassName
{
border-color: #45BC5C;
}
</style>