Shades of Chateau Green #48925C
Tints of Chateau Green #48925C
RGB
CMYK
RGB Variations
Color information
#48925C (or 0x48925C) is known color: Chateau Green. HEX triplet: 48, 92 and 5C. RGB value is (72,146,92). Sum of RGB (Red+Green+Blue) = 72+146+92=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #48925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48925C is #B76DA3. Grayscale: #757575. Windows color (decimal): -12021156 or 6066760. OLE color: 6066760.
HSL color Cylindrical-coordinate representation of color #48925C: hue angle of 136.22º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48925C is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 92 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.43 |
| HSL | 136.22º | 0.34% | 0.43% | - |
| HSV(B) | 136.22º | 0.51% | 0.57% | - |
| XYZ | 14.88 | 22.71 | 13.72 | - |
| YUV | 117.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 92 | 0.51 | 0 | 0.37 | 0.43 | 136.22 | 0.34 | 0.43 |
| Hex | 48 | 92 | 5C | 33 | 0 | 25 | 2B | 88 | 22 | 2B |
| Octal | 110 | 222 | 134 | 63 | 0 | 45 | 53 | 210 | 42 | 53 |
| Binary | 1001000 | 10010010 | 1011100 | 110011 | 0 | 100101 | 101011 | 10001000 | 100010 | 101011 |
Color Harmonies of #48925C
Complementary color
Monochromatic Colors of #48925C
Black with #48925C
Text Example
Text Example
White with #48925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48925C; }
p { color: rgb(72,146,92); }
H1.HeaderClassName
{
color: #48925C;
}
.AnyTagClassName
{
color: #48925C;
}
</style>
background-color css
<style>
a { background-color: #48925C; }
a { background-color: rgb(72,146,92); }
div.DivClassName
{
background-color: #48925C;
}
.BgClassName
{
background-color: #48925C;
}
</style>
border-color css
<style>
span { border-color: #48925C; }
span { border-color: rgb(72,146,92); }
td.TdClassName
{
border-color: #48925C;
}
.TagClassName
{
border-color: #48925C;
}
</style>