Shades of Green Leaf #48651C
Tints of Green Leaf #48651C
RGB
CMYK
RGB Variations
Color information
#48651C (or 0x48651C) is known color: Green Leaf. HEX triplet: 48, 65 and 1C. RGB value is (72,101,28). Sum of RGB (Red+Green+Blue) = 72+101+28=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #48651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48651C is #B79AE3. Grayscale: #545454. Windows color (decimal): -12032740 or 1860936. OLE color: 1860936.
HSL color Cylindrical-coordinate representation of color #48651C: hue angle of 83.84º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48651C is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 28 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.60 |
| HSL | 83.84º | 0.57% | 0.25% | - |
| HSV(B) | 83.84º | 0.72% | 0.4% | - |
| XYZ | 7.54 | 10.77 | 2.78 | - |
| YUV | 84.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 28 | 0.29 | 0 | 0.72 | 0.60 | 83.84 | 0.57 | 0.25 |
| Hex | 48 | 65 | 1C | 1D | 0 | 48 | 3C | 54 | 39 | 19 |
| Octal | 110 | 145 | 34 | 35 | 0 | 110 | 74 | 124 | 71 | 31 |
| Binary | 1001000 | 1100101 | 11100 | 11101 | 0 | 1001000 | 111100 | 1010100 | 111001 | 11001 |
Color Harmonies of #48651C
Complementary color
Monochromatic Colors of #48651C
Black with #48651C
Text Example
Text Example
White with #48651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48651C; }
p { color: rgb(72,101,28); }
H1.HeaderClassName
{
color: #48651C;
}
.AnyTagClassName
{
color: #48651C;
}
</style>
background-color css
<style>
a { background-color: #48651C; }
a { background-color: rgb(72,101,28); }
div.DivClassName
{
background-color: #48651C;
}
.BgClassName
{
background-color: #48651C;
}
</style>
border-color css
<style>
span { border-color: #48651C; }
span { border-color: rgb(72,101,28); }
td.TdClassName
{
border-color: #48651C;
}
.TagClassName
{
border-color: #48651C;
}
</style>