Shades of Chateau Green #48905D
Tints of Chateau Green #48905D
RGB
CMYK
RGB Variations
Color information
#48905D (or 0x48905D) is known color: Chateau Green. HEX triplet: 48, 90 and 5D. RGB value is (72,144,93). Sum of RGB (Red+Green+Blue) = 72+144+93=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #48905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48905D is #B76FA2. Grayscale: #747474. Windows color (decimal): -12021667 or 6131784. OLE color: 6131784.
HSL color Cylindrical-coordinate representation of color #48905D: hue angle of 137.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48905D is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 93 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.44 |
| HSL | 137.5º | 0.33% | 0.42% | - |
| HSV(B) | 137.5º | 0.5% | 0.56% | - |
| XYZ | 14.62 | 22.11 | 13.85 | - |
| YUV | 116.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 93 | 0.50 | 0 | 0.35 | 0.44 | 137.5 | 0.33 | 0.42 |
| Hex | 48 | 90 | 5D | 32 | 0 | 23 | 2C | 8A | 21 | 2A |
| Octal | 110 | 220 | 135 | 62 | 0 | 43 | 54 | 212 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1011101 | 110010 | 0 | 100011 | 101100 | 10001010 | 100001 | 101010 |
Color Harmonies of #48905D
Complementary color
Monochromatic Colors of #48905D
Black with #48905D
Text Example
Text Example
White with #48905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48905D; }
p { color: rgb(72,144,93); }
H1.HeaderClassName
{
color: #48905D;
}
.AnyTagClassName
{
color: #48905D;
}
</style>
background-color css
<style>
a { background-color: #48905D; }
a { background-color: rgb(72,144,93); }
div.DivClassName
{
background-color: #48905D;
}
.BgClassName
{
background-color: #48905D;
}
</style>
border-color css
<style>
span { border-color: #48905D; }
span { border-color: rgb(72,144,93); }
td.TdClassName
{
border-color: #48905D;
}
.TagClassName
{
border-color: #48905D;
}
</style>