Shades of Chateau Green #48905B
Tints of Chateau Green #48905B
RGB
CMYK
RGB Variations
Color information
#48905B (or 0x48905B) is known color: Chateau Green. HEX triplet: 48, 90 and 5B. RGB value is (72,144,91). Sum of RGB (Red+Green+Blue) = 72+144+91=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #48905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48905B is #B76FA4. Grayscale: #747474. Windows color (decimal): -12021669 or 6000712. OLE color: 6000712.
HSL color Cylindrical-coordinate representation of color #48905B: hue angle of 135.83º 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 #48905B is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 91 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.44 |
| HSL | 135.83º | 0.33% | 0.42% | - |
| HSV(B) | 135.83º | 0.5% | 0.56% | - |
| XYZ | 14.53 | 22.08 | 13.39 | - |
| YUV | 116.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 91 | 0.50 | 0 | 0.37 | 0.44 | 135.83 | 0.33 | 0.42 |
| Hex | 48 | 90 | 5B | 32 | 0 | 25 | 2C | 88 | 21 | 2A |
| Octal | 110 | 220 | 133 | 62 | 0 | 45 | 54 | 210 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1011011 | 110010 | 0 | 100101 | 101100 | 10001000 | 100001 | 101010 |
Color Harmonies of #48905B
Complementary color
Monochromatic Colors of #48905B
Black with #48905B
Text Example
Text Example
White with #48905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48905B; }
p { color: rgb(72,144,91); }
H1.HeaderClassName
{
color: #48905B;
}
.AnyTagClassName
{
color: #48905B;
}
</style>
background-color css
<style>
a { background-color: #48905B; }
a { background-color: rgb(72,144,91); }
div.DivClassName
{
background-color: #48905B;
}
.BgClassName
{
background-color: #48905B;
}
</style>
border-color css
<style>
span { border-color: #48905B; }
span { border-color: rgb(72,144,91); }
td.TdClassName
{
border-color: #48905B;
}
.TagClassName
{
border-color: #48905B;
}
</style>