Shades of Chateau Green #45905B
Tints of Chateau Green #45905B
RGB
CMYK
RGB Variations
Color information
#45905B (or 0x45905B) is known color: Chateau Green. HEX triplet: 45, 90 and 5B. RGB value is (69,144,91). Sum of RGB (Red+Green+Blue) = 69+144+91=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #45905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45905B is #BA6FA4. Grayscale: #737373. Windows color (decimal): -12218277 or 6000709. OLE color: 6000709.
HSL color Cylindrical-coordinate representation of color #45905B: hue angle of 137.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45905B is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 144 | 91 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.44 |
| HSL | 137.6º | 0.35% | 0.42% | - |
| HSV(B) | 137.6º | 0.52% | 0.56% | - |
| XYZ | 14.32 | 21.97 | 13.38 | - |
| YUV | 115.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 91 | 0.52 | 0 | 0.37 | 0.44 | 137.6 | 0.35 | 0.42 |
| Hex | 45 | 90 | 5B | 34 | 0 | 25 | 2C | 8A | 23 | 2A |
| Octal | 105 | 220 | 133 | 64 | 0 | 45 | 54 | 212 | 43 | 52 |
| Binary | 1000101 | 10010000 | 1011011 | 110100 | 0 | 100101 | 101100 | 10001010 | 100011 | 101010 |
Color Harmonies of #45905B
Complementary color
Monochromatic Colors of #45905B
Black with #45905B
Text Example
Text Example
White with #45905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45905B; }
p { color: rgb(69,144,91); }
H1.HeaderClassName
{
color: #45905B;
}
.AnyTagClassName
{
color: #45905B;
}
</style>
background-color css
<style>
a { background-color: #45905B; }
a { background-color: rgb(69,144,91); }
div.DivClassName
{
background-color: #45905B;
}
.BgClassName
{
background-color: #45905B;
}
</style>
border-color css
<style>
span { border-color: #45905B; }
span { border-color: rgb(69,144,91); }
td.TdClassName
{
border-color: #45905B;
}
.TagClassName
{
border-color: #45905B;
}
</style>