Shades of Chateau Green #45965A
Tints of Chateau Green #45965A
RGB
CMYK
RGB Variations
Color information
#45965A (or 0x45965A) is known color: Chateau Green. HEX triplet: 45, 96 and 5A. RGB value is (69,150,90). Sum of RGB (Red+Green+Blue) = 69+150+90=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #45965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45965A is #BA69A5. Grayscale: #777777. Windows color (decimal): -12216742 or 5936709. OLE color: 5936709.
HSL color Cylindrical-coordinate representation of color #45965A: hue angle of 135.56º 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 #45965A is Cyan = 0.54, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 150 | 90 | - |
| CMYK | 0.54 | 0 | 0.4 | 0.41 |
| HSL | 135.56º | 0.37% | 0.43% | - |
| HSV(B) | 135.56º | 0.54% | 0.59% | - |
| XYZ | 15.21 | 23.82 | 13.47 | - |
| YUV | 118.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 90 | 0.54 | 0 | 0.4 | 0.41 | 135.56 | 0.37 | 0.43 |
| Hex | 45 | 96 | 5A | 36 | 0 | 28 | 29 | 88 | 25 | 2B |
| Octal | 105 | 226 | 132 | 66 | 0 | 50 | 51 | 210 | 45 | 53 |
| Binary | 1000101 | 10010110 | 1011010 | 110110 | 0 | 101000 | 101001 | 10001000 | 100101 | 101011 |
Color Harmonies of #45965A
Complementary color
Monochromatic Colors of #45965A
Black with #45965A
Text Example
Text Example
White with #45965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45965A; }
p { color: rgb(69,150,90); }
H1.HeaderClassName
{
color: #45965A;
}
.AnyTagClassName
{
color: #45965A;
}
</style>
background-color css
<style>
a { background-color: #45965A; }
a { background-color: rgb(69,150,90); }
div.DivClassName
{
background-color: #45965A;
}
.BgClassName
{
background-color: #45965A;
}
</style>
border-color css
<style>
span { border-color: #45965A; }
span { border-color: rgb(69,150,90); }
td.TdClassName
{
border-color: #45965A;
}
.TagClassName
{
border-color: #45965A;
}
</style>