Shades of Chateau Green #48905F
Tints of Chateau Green #48905F
RGB
CMYK
RGB Variations
Color information
#48905F (or 0x48905F) is known color: Chateau Green. HEX triplet: 48, 90 and 5F. RGB value is (72,144,95). Sum of RGB (Red+Green+Blue) = 72+144+95=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #48905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48905F is #B76FA0. Grayscale: #757575. Windows color (decimal): -12021665 or 6262856. OLE color: 6262856.
HSL color Cylindrical-coordinate representation of color #48905F: hue angle of 139.17º 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 #48905F is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 95 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.44 |
| HSL | 139.17º | 0.33% | 0.42% | - |
| HSV(B) | 139.17º | 0.5% | 0.56% | - |
| XYZ | 14.71 | 22.15 | 14.33 | - |
| YUV | 116.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 95 | 0.50 | 0 | 0.34 | 0.44 | 139.17 | 0.33 | 0.42 |
| Hex | 48 | 90 | 5F | 32 | 0 | 22 | 2C | 8B | 21 | 2A |
| Octal | 110 | 220 | 137 | 62 | 0 | 42 | 54 | 213 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1011111 | 110010 | 0 | 100010 | 101100 | 10001011 | 100001 | 101010 |
Color Harmonies of #48905F
Complementary color
Monochromatic Colors of #48905F
Black with #48905F
Text Example
Text Example
White with #48905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48905F; }
p { color: rgb(72,144,95); }
H1.HeaderClassName
{
color: #48905F;
}
.AnyTagClassName
{
color: #48905F;
}
</style>
background-color css
<style>
a { background-color: #48905F; }
a { background-color: rgb(72,144,95); }
div.DivClassName
{
background-color: #48905F;
}
.BgClassName
{
background-color: #48905F;
}
</style>
border-color css
<style>
span { border-color: #48905F; }
span { border-color: rgb(72,144,95); }
td.TdClassName
{
border-color: #48905F;
}
.TagClassName
{
border-color: #48905F;
}
</style>