Shades of Green House #486C39
Tints of Green House #486C39
RGB
CMYK
RGB Variations
Color information
#486C39 (or 0x486C39) is known color: Green House. HEX triplet: 48, 6C and 39. RGB value is (72,108,57). Sum of RGB (Red+Green+Blue) = 72+108+57=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #486C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C39 is #B793C6. Grayscale: #5B5B5B. Windows color (decimal): -12030919 or 3763272. OLE color: 3763272.
HSL color Cylindrical-coordinate representation of color #486C39: hue angle of 102.35º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486C39 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 108 | 57 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.58 |
| HSL | 102.35º | 0.31% | 0.32% | - |
| HSV(B) | 102.35º | 0.47% | 0.42% | - |
| XYZ | 8.77 | 12.4 | 5.8 | - |
| YUV | 91.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 57 | 0.33 | 0 | 0.47 | 0.58 | 102.35 | 0.31 | 0.32 |
| Hex | 48 | 6C | 39 | 21 | 0 | 2F | 3A | 66 | 1F | 20 |
| Octal | 110 | 154 | 71 | 41 | 0 | 57 | 72 | 146 | 37 | 40 |
| Binary | 1001000 | 1101100 | 111001 | 100001 | 0 | 101111 | 111010 | 1100110 | 11111 | 100000 |
Color Harmonies of #486C39
Complementary color
Monochromatic Colors of #486C39
Black with #486C39
Text Example
Text Example
White with #486C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C39; }
p { color: rgb(72,108,57); }
H1.HeaderClassName
{
color: #486C39;
}
.AnyTagClassName
{
color: #486C39;
}
</style>
background-color css
<style>
a { background-color: #486C39; }
a { background-color: rgb(72,108,57); }
div.DivClassName
{
background-color: #486C39;
}
.BgClassName
{
background-color: #486C39;
}
</style>
border-color css
<style>
span { border-color: #486C39; }
span { border-color: rgb(72,108,57); }
td.TdClassName
{
border-color: #486C39;
}
.TagClassName
{
border-color: #486C39;
}
</style>