Shades of Chateau Green #48925A
Tints of Chateau Green #48925A
RGB
CMYK
RGB Variations
Color information
#48925A (or 0x48925A) is known color: Chateau Green. HEX triplet: 48, 92 and 5A. RGB value is (72,146,90). Sum of RGB (Red+Green+Blue) = 72+146+90=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #48925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48925A is #B76DA5. Grayscale: #757575. Windows color (decimal): -12021158 or 5935688. OLE color: 5935688.
HSL color Cylindrical-coordinate representation of color #48925A: hue angle of 134.59º 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 #48925A is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 90 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.43 |
| HSL | 134.59º | 0.34% | 0.43% | - |
| HSV(B) | 134.59º | 0.51% | 0.57% | - |
| XYZ | 14.8 | 22.67 | 13.27 | - |
| YUV | 117.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 90 | 0.51 | 0 | 0.38 | 0.43 | 134.59 | 0.34 | 0.43 |
| Hex | 48 | 92 | 5A | 33 | 0 | 26 | 2B | 87 | 22 | 2B |
| Octal | 110 | 222 | 132 | 63 | 0 | 46 | 53 | 207 | 42 | 53 |
| Binary | 1001000 | 10010010 | 1011010 | 110011 | 0 | 100110 | 101011 | 10000111 | 100010 | 101011 |
Color Harmonies of #48925A
Complementary color
Monochromatic Colors of #48925A
Black with #48925A
Text Example
Text Example
White with #48925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48925A; }
p { color: rgb(72,146,90); }
H1.HeaderClassName
{
color: #48925A;
}
.AnyTagClassName
{
color: #48925A;
}
</style>
background-color css
<style>
a { background-color: #48925A; }
a { background-color: rgb(72,146,90); }
div.DivClassName
{
background-color: #48925A;
}
.BgClassName
{
background-color: #48925A;
}
</style>
border-color css
<style>
span { border-color: #48925A; }
span { border-color: rgb(72,146,90); }
td.TdClassName
{
border-color: #48925A;
}
.TagClassName
{
border-color: #48925A;
}
</style>