Shades of Chateau Green #48A458
Tints of Chateau Green #48A458
RGB
CMYK
RGB Variations
Color information
#48A458 (or 0x48A458) is known color: Chateau Green. HEX triplet: 48, A4 and 58. RGB value is (72,164,88). Sum of RGB (Red+Green+Blue) = 72+164+88=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #48A458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A458 is #B75BA7. Grayscale: #808080. Windows color (decimal): -12016552 or 5809224. OLE color: 5809224.
HSL color Cylindrical-coordinate representation of color #48A458: hue angle of 130.43º degrees, saturation: 0.39, 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 #48A458 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 164 | 88 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.36 |
| HSL | 130.43º | 0.39% | 0.46% | - |
| HSV(B) | 130.43º | 0.56% | 0.64% | - |
| XYZ | 17.71 | 28.63 | 13.83 | - |
| YUV | 127.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 164 | 88 | 0.56 | 0 | 0.46 | 0.36 | 130.43 | 0.39 | 0.46 |
| Hex | 48 | A4 | 58 | 38 | 0 | 2E | 24 | 82 | 27 | 2E |
| Octal | 110 | 244 | 130 | 70 | 0 | 56 | 44 | 202 | 47 | 56 |
| Binary | 1001000 | 10100100 | 1011000 | 111000 | 0 | 101110 | 100100 | 10000010 | 100111 | 101110 |
Color Harmonies of #48A458
Complementary color
Monochromatic Colors of #48A458
Black with #48A458
Text Example
Text Example
White with #48A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A458; }
p { color: rgb(72,164,88); }
H1.HeaderClassName
{
color: #48A458;
}
.AnyTagClassName
{
color: #48A458;
}
</style>
background-color css
<style>
a { background-color: #48A458; }
a { background-color: rgb(72,164,88); }
div.DivClassName
{
background-color: #48A458;
}
.BgClassName
{
background-color: #48A458;
}
</style>
border-color css
<style>
span { border-color: #48A458; }
span { border-color: rgb(72,164,88); }
td.TdClassName
{
border-color: #48A458;
}
.TagClassName
{
border-color: #48A458;
}
</style>