Shades of Chateau Green #48A25A
Tints of Chateau Green #48A25A
RGB
CMYK
RGB Variations
Color information
#48A25A (or 0x48A25A) is known color: Chateau Green. HEX triplet: 48, A2 and 5A. RGB value is (72,162,90). Sum of RGB (Red+Green+Blue) = 72+162+90=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #48A25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A25A is #B75DA5. Grayscale: #7F7F7F. Windows color (decimal): -12017062 or 5939784. OLE color: 5939784.
HSL color Cylindrical-coordinate representation of color #48A25A: hue angle of 132º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A25A is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 90 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.36 |
| HSL | 132º | 0.38% | 0.46% | - |
| HSV(B) | 132º | 0.56% | 0.64% | - |
| XYZ | 17.44 | 27.96 | 14.15 | - |
| YUV | 126.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 90 | 0.56 | 0 | 0.44 | 0.36 | 132 | 0.38 | 0.46 |
| Hex | 48 | A2 | 5A | 38 | 0 | 2C | 24 | 84 | 26 | 2E |
| Octal | 110 | 242 | 132 | 70 | 0 | 54 | 44 | 204 | 46 | 56 |
| Binary | 1001000 | 10100010 | 1011010 | 111000 | 0 | 101100 | 100100 | 10000100 | 100110 | 101110 |
Color Harmonies of #48A25A
Complementary color
Monochromatic Colors of #48A25A
Black with #48A25A
Text Example
Text Example
White with #48A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A25A; }
p { color: rgb(72,162,90); }
H1.HeaderClassName
{
color: #48A25A;
}
.AnyTagClassName
{
color: #48A25A;
}
</style>
background-color css
<style>
a { background-color: #48A25A; }
a { background-color: rgb(72,162,90); }
div.DivClassName
{
background-color: #48A25A;
}
.BgClassName
{
background-color: #48A25A;
}
</style>
border-color css
<style>
span { border-color: #48A25A; }
span { border-color: rgb(72,162,90); }
td.TdClassName
{
border-color: #48A25A;
}
.TagClassName
{
border-color: #48A25A;
}
</style>