Shades of Chateau Green #54905F
Tints of Chateau Green #54905F
RGB
CMYK
RGB Variations
Color information
#54905F (or 0x54905F) is known color: Chateau Green. HEX triplet: 54, 90 and 5F. RGB value is (84,144,95). Sum of RGB (Red+Green+Blue) = 84+144+95=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #54905F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54905F is #AB6FA0. Grayscale: #787878. Windows color (decimal): -11235233 or 6262868. OLE color: 6262868.
HSL color Cylindrical-coordinate representation of color #54905F: hue angle of 131º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54905F is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 95 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.44 |
| HSL | 131º | 0.26% | 0.45% | - |
| HSV(B) | 131º | 0.42% | 0.56% | - |
| XYZ | 15.69 | 22.66 | 14.37 | - |
| YUV | 120.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 95 | 0.42 | 0 | 0.34 | 0.44 | 131 | 0.26 | 0.45 |
| Hex | 54 | 90 | 5F | 2A | 0 | 22 | 2C | 83 | 1A | 2D |
| Octal | 124 | 220 | 137 | 52 | 0 | 42 | 54 | 203 | 32 | 55 |
| Binary | 1010100 | 10010000 | 1011111 | 101010 | 0 | 100010 | 101100 | 10000011 | 11010 | 101101 |
Color Harmonies of #54905F
Complementary color
Monochromatic Colors of #54905F
Black with #54905F
Text Example
Text Example
White with #54905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54905F; }
p { color: rgb(84,144,95); }
H1.HeaderClassName
{
color: #54905F;
}
.AnyTagClassName
{
color: #54905F;
}
</style>
background-color css
<style>
a { background-color: #54905F; }
a { background-color: rgb(84,144,95); }
div.DivClassName
{
background-color: #54905F;
}
.BgClassName
{
background-color: #54905F;
}
</style>
border-color css
<style>
span { border-color: #54905F; }
span { border-color: rgb(84,144,95); }
td.TdClassName
{
border-color: #54905F;
}
.TagClassName
{
border-color: #54905F;
}
</style>