Shades of Green House #48683C
Tints of Green House #48683C
RGB
CMYK
RGB Variations
Color information
#48683C (or 0x48683C) is known color: Green House. HEX triplet: 48, 68 and 3C. RGB value is (72,104,60). Sum of RGB (Red+Green+Blue) = 72+104+60=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #48683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48683C is #B797C3. Grayscale: #595959. Windows color (decimal): -12031940 or 3958856. OLE color: 3958856.
HSL color Cylindrical-coordinate representation of color #48683C: hue angle of 103.64º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48683C is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 60 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.59 |
| HSL | 103.64º | 0.27% | 0.32% | - |
| HSV(B) | 103.64º | 0.42% | 0.41% | - |
| XYZ | 8.44 | 11.6 | 6.07 | - |
| YUV | 89.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 60 | 0.31 | 0 | 0.42 | 0.59 | 103.64 | 0.27 | 0.32 |
| Hex | 48 | 68 | 3C | 1F | 0 | 2A | 3B | 68 | 1B | 20 |
| Octal | 110 | 150 | 74 | 37 | 0 | 52 | 73 | 150 | 33 | 40 |
| Binary | 1001000 | 1101000 | 111100 | 11111 | 0 | 101010 | 111011 | 1101000 | 11011 | 100000 |
Color Harmonies of #48683C
Complementary color
Monochromatic Colors of #48683C
Black with #48683C
Text Example
Text Example
White with #48683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48683C; }
p { color: rgb(72,104,60); }
H1.HeaderClassName
{
color: #48683C;
}
.AnyTagClassName
{
color: #48683C;
}
</style>
background-color css
<style>
a { background-color: #48683C; }
a { background-color: rgb(72,104,60); }
div.DivClassName
{
background-color: #48683C;
}
.BgClassName
{
background-color: #48683C;
}
</style>
border-color css
<style>
span { border-color: #48683C; }
span { border-color: rgb(72,104,60); }
td.TdClassName
{
border-color: #48683C;
}
.TagClassName
{
border-color: #48683C;
}
</style>