Shades of Chateau Green #48955A
Tints of Chateau Green #48955A
RGB
CMYK
RGB Variations
Color information
#48955A (or 0x48955A) is known color: Chateau Green. HEX triplet: 48, 95 and 5A. RGB value is (72,149,90). Sum of RGB (Red+Green+Blue) = 72+149+90=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #48955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48955A is #B76AA5. Grayscale: #777777. Windows color (decimal): -12020390 or 5936456. OLE color: 5936456.
HSL color Cylindrical-coordinate representation of color #48955A: hue angle of 134.03º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48955A is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 149 | 90 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.42 |
| HSL | 134.03º | 0.35% | 0.43% | - |
| HSV(B) | 134.03º | 0.52% | 0.58% | - |
| XYZ | 15.27 | 23.61 | 13.43 | - |
| YUV | 119.25 | 111.49 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 90 | 0.52 | 0 | 0.40 | 0.42 | 134.03 | 0.35 | 0.43 |
| Hex | 48 | 95 | 5A | 34 | 0 | 28 | 2A | 86 | 23 | 2B |
| Octal | 110 | 225 | 132 | 64 | 0 | 50 | 52 | 206 | 43 | 53 |
| Binary | 1001000 | 10010101 | 1011010 | 110100 | 0 | 101000 | 101010 | 10000110 | 100011 | 101011 |
Color Harmonies of #48955A
Complementary color
Monochromatic Colors of #48955A
Black with #48955A
Text Example
Text Example
White with #48955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48955A; }
p { color: rgb(72,149,90); }
H1.HeaderClassName
{
color: #48955A;
}
.AnyTagClassName
{
color: #48955A;
}
</style>
background-color css
<style>
a { background-color: #48955A; }
a { background-color: rgb(72,149,90); }
div.DivClassName
{
background-color: #48955A;
}
.BgClassName
{
background-color: #48955A;
}
</style>
border-color css
<style>
span { border-color: #48955A; }
span { border-color: rgb(72,149,90); }
td.TdClassName
{
border-color: #48955A;
}
.TagClassName
{
border-color: #48955A;
}
</style>