Shades of Chateau Green #45915A
Tints of Chateau Green #45915A
RGB
CMYK
RGB Variations
Color information
#45915A (or 0x45915A) is known color: Chateau Green. HEX triplet: 45, 91 and 5A. RGB value is (69,145,90). Sum of RGB (Red+Green+Blue) = 69+145+90=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #45915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45915A is #BA6EA5. Grayscale: #747474. Windows color (decimal): -12218022 or 5935429. OLE color: 5935429.
HSL color Cylindrical-coordinate representation of color #45915A: hue angle of 136.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45915A is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 145 | 90 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.43 |
| HSL | 136.58º | 0.36% | 0.42% | - |
| HSV(B) | 136.58º | 0.52% | 0.57% | - |
| XYZ | 14.43 | 22.25 | 13.21 | - |
| YUV | 116.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 90 | 0.52 | 0 | 0.38 | 0.43 | 136.58 | 0.36 | 0.42 |
| Hex | 45 | 91 | 5A | 34 | 0 | 26 | 2B | 89 | 24 | 2A |
| Octal | 105 | 221 | 132 | 64 | 0 | 46 | 53 | 211 | 44 | 52 |
| Binary | 1000101 | 10010001 | 1011010 | 110100 | 0 | 100110 | 101011 | 10001001 | 100100 | 101010 |
Color Harmonies of #45915A
Complementary color
Monochromatic Colors of #45915A
Black with #45915A
Text Example
Text Example
White with #45915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45915A; }
p { color: rgb(69,145,90); }
H1.HeaderClassName
{
color: #45915A;
}
.AnyTagClassName
{
color: #45915A;
}
</style>
background-color css
<style>
a { background-color: #45915A; }
a { background-color: rgb(69,145,90); }
div.DivClassName
{
background-color: #45915A;
}
.BgClassName
{
background-color: #45915A;
}
</style>
border-color css
<style>
span { border-color: #45915A; }
span { border-color: rgb(69,145,90); }
td.TdClassName
{
border-color: #45915A;
}
.TagClassName
{
border-color: #45915A;
}
</style>