Shades of Chateau Green #45B95E
Tints of Chateau Green #45B95E
RGB
CMYK
RGB Variations
Color information
#45B95E (or 0x45B95E) is known color: Chateau Green. HEX triplet: 45, B9 and 5E. RGB value is (69,185,94). Sum of RGB (Red+Green+Blue) = 69+185+94=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #45B95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B95E is #BA46A1. Grayscale: #8C8C8C. Windows color (decimal): -12207778 or 6207813. OLE color: 6207813.
HSL color Cylindrical-coordinate representation of color #45B95E: hue angle of 132.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45B95E is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 185 | 94 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.27 |
| HSL | 132.93º | 0.46% | 0.5% | - |
| HSV(B) | 132.93º | 0.63% | 0.73% | - |
| XYZ | 21.82 | 36.77 | 16.54 | - |
| YUV | 139.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 185 | 94 | 0.63 | 0 | 0.49 | 0.27 | 132.93 | 0.46 | 0.5 |
| Hex | 45 | B9 | 5E | 3F | 0 | 31 | 1B | 85 | 2E | 32 |
| Octal | 105 | 271 | 136 | 77 | 0 | 61 | 33 | 205 | 56 | 62 |
| Binary | 1000101 | 10111001 | 1011110 | 111111 | 0 | 110001 | 11011 | 10000101 | 101110 | 110010 |
Color Harmonies of #45B95E
Complementary color
Monochromatic Colors of #45B95E
Black with #45B95E
Text Example
Text Example
White with #45B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B95E; }
p { color: rgb(69,185,94); }
H1.HeaderClassName
{
color: #45B95E;
}
.AnyTagClassName
{
color: #45B95E;
}
</style>
background-color css
<style>
a { background-color: #45B95E; }
a { background-color: rgb(69,185,94); }
div.DivClassName
{
background-color: #45B95E;
}
.BgClassName
{
background-color: #45B95E;
}
</style>
border-color css
<style>
span { border-color: #45B95E; }
span { border-color: rgb(69,185,94); }
td.TdClassName
{
border-color: #45B95E;
}
.TagClassName
{
border-color: #45B95E;
}
</style>