Shades of Chateau Green #48905C
Tints of Chateau Green #48905C
RGB
CMYK
RGB Variations
Color information
#48905C (or 0x48905C) is known color: Chateau Green. HEX triplet: 48, 90 and 5C. RGB value is (72,144,92). Sum of RGB (Red+Green+Blue) = 72+144+92=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #48905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48905C is #B76FA3. Grayscale: #747474. Windows color (decimal): -12021668 or 6066248. OLE color: 6066248.
HSL color Cylindrical-coordinate representation of color #48905C: hue angle of 136.67º 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 #48905C is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 92 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.44 |
| HSL | 136.67º | 0.33% | 0.42% | - |
| HSV(B) | 136.67º | 0.5% | 0.56% | - |
| XYZ | 14.58 | 22.1 | 13.62 | - |
| YUV | 116.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 92 | 0.50 | 0 | 0.36 | 0.44 | 136.67 | 0.33 | 0.42 |
| Hex | 48 | 90 | 5C | 32 | 0 | 24 | 2C | 89 | 21 | 2A |
| Octal | 110 | 220 | 134 | 62 | 0 | 44 | 54 | 211 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1011100 | 110010 | 0 | 100100 | 101100 | 10001001 | 100001 | 101010 |
Color Harmonies of #48905C
Complementary color
Monochromatic Colors of #48905C
Black with #48905C
Text Example
Text Example
White with #48905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48905C; }
p { color: rgb(72,144,92); }
H1.HeaderClassName
{
color: #48905C;
}
.AnyTagClassName
{
color: #48905C;
}
</style>
background-color css
<style>
a { background-color: #48905C; }
a { background-color: rgb(72,144,92); }
div.DivClassName
{
background-color: #48905C;
}
.BgClassName
{
background-color: #48905C;
}
</style>
border-color css
<style>
span { border-color: #48905C; }
span { border-color: rgb(72,144,92); }
td.TdClassName
{
border-color: #48905C;
}
.TagClassName
{
border-color: #48905C;
}
</style>