Shades of Chateau Green #48B15E
Tints of Chateau Green #48B15E
RGB
CMYK
RGB Variations
Color information
#48B15E (or 0x48B15E) is known color: Chateau Green. HEX triplet: 48, B1 and 5E. RGB value is (72,177,94). Sum of RGB (Red+Green+Blue) = 72+177+94=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #48B15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B15E is #B74EA1. Grayscale: #888888. Windows color (decimal): -12013218 or 6205768. OLE color: 6205768.
HSL color Cylindrical-coordinate representation of color #48B15E: hue angle of 132.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B15E is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 177 | 94 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.31 |
| HSL | 132.57º | 0.42% | 0.49% | - |
| HSV(B) | 132.57º | 0.59% | 0.69% | - |
| XYZ | 20.42 | 33.63 | 16 | - |
| YUV | 136.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 177 | 94 | 0.59 | 0 | 0.47 | 0.31 | 132.57 | 0.42 | 0.49 |
| Hex | 48 | B1 | 5E | 3B | 0 | 2F | 1F | 85 | 2A | 31 |
| Octal | 110 | 261 | 136 | 73 | 0 | 57 | 37 | 205 | 52 | 61 |
| Binary | 1001000 | 10110001 | 1011110 | 111011 | 0 | 101111 | 11111 | 10000101 | 101010 | 110001 |
Color Harmonies of #48B15E
Complementary color
Monochromatic Colors of #48B15E
Black with #48B15E
Text Example
Text Example
White with #48B15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B15E; }
p { color: rgb(72,177,94); }
H1.HeaderClassName
{
color: #48B15E;
}
.AnyTagClassName
{
color: #48B15E;
}
</style>
background-color css
<style>
a { background-color: #48B15E; }
a { background-color: rgb(72,177,94); }
div.DivClassName
{
background-color: #48B15E;
}
.BgClassName
{
background-color: #48B15E;
}
</style>
border-color css
<style>
span { border-color: #48B15E; }
span { border-color: rgb(72,177,94); }
td.TdClassName
{
border-color: #48B15E;
}
.TagClassName
{
border-color: #48B15E;
}
</style>