Shades of Chateau Green #48915A
Tints of Chateau Green #48915A
RGB
CMYK
RGB Variations
Color information
#48915A (or 0x48915A) is known color: Chateau Green. HEX triplet: 48, 91 and 5A. RGB value is (72,145,90). Sum of RGB (Red+Green+Blue) = 72+145+90=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #48915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48915A is #B76EA5. Grayscale: #757575. Windows color (decimal): -12021414 or 5935432. OLE color: 5935432.
HSL color Cylindrical-coordinate representation of color #48915A: hue angle of 134.79º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48915A is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 145 | 90 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.43 |
| HSL | 134.79º | 0.34% | 0.43% | - |
| HSV(B) | 134.79º | 0.5% | 0.57% | - |
| XYZ | 14.64 | 22.37 | 13.22 | - |
| YUV | 116.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 90 | 0.50 | 0 | 0.38 | 0.43 | 134.79 | 0.34 | 0.43 |
| Hex | 48 | 91 | 5A | 32 | 0 | 26 | 2B | 87 | 22 | 2B |
| Octal | 110 | 221 | 132 | 62 | 0 | 46 | 53 | 207 | 42 | 53 |
| Binary | 1001000 | 10010001 | 1011010 | 110010 | 0 | 100110 | 101011 | 10000111 | 100010 | 101011 |
Color Harmonies of #48915A
Complementary color
Monochromatic Colors of #48915A
Black with #48915A
Text Example
Text Example
White with #48915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48915A; }
p { color: rgb(72,145,90); }
H1.HeaderClassName
{
color: #48915A;
}
.AnyTagClassName
{
color: #48915A;
}
</style>
background-color css
<style>
a { background-color: #48915A; }
a { background-color: rgb(72,145,90); }
div.DivClassName
{
background-color: #48915A;
}
.BgClassName
{
background-color: #48915A;
}
</style>
border-color css
<style>
span { border-color: #48915A; }
span { border-color: rgb(72,145,90); }
td.TdClassName
{
border-color: #48915A;
}
.TagClassName
{
border-color: #48915A;
}
</style>