Shades of Chateau Green #45965B
Tints of Chateau Green #45965B
RGB
CMYK
RGB Variations
Color information
#45965B (or 0x45965B) is known color: Chateau Green. HEX triplet: 45, 96 and 5B. RGB value is (69,150,91). Sum of RGB (Red+Green+Blue) = 69+150+91=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #45965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45965B is #BA69A4. Grayscale: #777777. Windows color (decimal): -12216741 or 6002245. OLE color: 6002245.
HSL color Cylindrical-coordinate representation of color #45965B: hue angle of 136.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45965B is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 150 | 91 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.41 |
| HSL | 136.3º | 0.37% | 0.43% | - |
| HSV(B) | 136.3º | 0.54% | 0.59% | - |
| XYZ | 15.25 | 23.83 | 13.69 | - |
| YUV | 119.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 91 | 0.54 | 0 | 0.39 | 0.41 | 136.3 | 0.37 | 0.43 |
| Hex | 45 | 96 | 5B | 36 | 0 | 27 | 29 | 88 | 25 | 2B |
| Octal | 105 | 226 | 133 | 66 | 0 | 47 | 51 | 210 | 45 | 53 |
| Binary | 1000101 | 10010110 | 1011011 | 110110 | 0 | 100111 | 101001 | 10001000 | 100101 | 101011 |
Color Harmonies of #45965B
Complementary color
Monochromatic Colors of #45965B
Black with #45965B
Text Example
Text Example
White with #45965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45965B; }
p { color: rgb(69,150,91); }
H1.HeaderClassName
{
color: #45965B;
}
.AnyTagClassName
{
color: #45965B;
}
</style>
background-color css
<style>
a { background-color: #45965B; }
a { background-color: rgb(69,150,91); }
div.DivClassName
{
background-color: #45965B;
}
.BgClassName
{
background-color: #45965B;
}
</style>
border-color css
<style>
span { border-color: #45965B; }
span { border-color: rgb(69,150,91); }
td.TdClassName
{
border-color: #45965B;
}
.TagClassName
{
border-color: #45965B;
}
</style>