Shades of Chateau Green #48B15C
Tints of Chateau Green #48B15C
RGB
CMYK
RGB Variations
Color information
#48B15C (or 0x48B15C) is known color: Chateau Green. HEX triplet: 48, B1 and 5C. RGB value is (72,177,92). Sum of RGB (Red+Green+Blue) = 72+177+92=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #48B15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B15C is #B74EA3. Grayscale: #888888. Windows color (decimal): -12013220 or 6074696. OLE color: 6074696.
HSL color Cylindrical-coordinate representation of color #48B15C: hue angle of 131.43º 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 #48B15C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 177 | 92 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.31 |
| HSL | 131.43º | 0.42% | 0.49% | - |
| HSV(B) | 131.43º | 0.59% | 0.69% | - |
| XYZ | 20.33 | 33.59 | 15.54 | - |
| YUV | 135.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 177 | 92 | 0.59 | 0 | 0.48 | 0.31 | 131.43 | 0.42 | 0.49 |
| Hex | 48 | B1 | 5C | 3B | 0 | 30 | 1F | 83 | 2A | 31 |
| Octal | 110 | 261 | 134 | 73 | 0 | 60 | 37 | 203 | 52 | 61 |
| Binary | 1001000 | 10110001 | 1011100 | 111011 | 0 | 110000 | 11111 | 10000011 | 101010 | 110001 |
Color Harmonies of #48B15C
Complementary color
Monochromatic Colors of #48B15C
Black with #48B15C
Text Example
Text Example
White with #48B15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B15C; }
p { color: rgb(72,177,92); }
H1.HeaderClassName
{
color: #48B15C;
}
.AnyTagClassName
{
color: #48B15C;
}
</style>
background-color css
<style>
a { background-color: #48B15C; }
a { background-color: rgb(72,177,92); }
div.DivClassName
{
background-color: #48B15C;
}
.BgClassName
{
background-color: #48B15C;
}
</style>
border-color css
<style>
span { border-color: #48B15C; }
span { border-color: rgb(72,177,92); }
td.TdClassName
{
border-color: #48B15C;
}
.TagClassName
{
border-color: #48B15C;
}
</style>