Shades of Green Leaf #466B1B
Tints of Green Leaf #466B1B
RGB
CMYK
RGB Variations
Color information
#466B1B (or 0x466B1B) is known color: Green Leaf. HEX triplet: 46, 6B and 1B. RGB value is (70,107,27). Sum of RGB (Red+Green+Blue) = 70+107+27=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #466B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B1B is #B994E4. Grayscale: #575757. Windows color (decimal): -12162277 or 1796934. OLE color: 1796934.
HSL color Cylindrical-coordinate representation of color #466B1B: hue angle of 87.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #466B1B is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 27 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.58 |
| HSL | 87.75º | 0.6% | 0.26% | - |
| HSV(B) | 87.75º | 0.75% | 0.42% | - |
| XYZ | 7.98 | 11.9 | 2.91 | - |
| YUV | 86.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 27 | 0.35 | 0 | 0.75 | 0.58 | 87.75 | 0.6 | 0.26 |
| Hex | 46 | 6B | 1B | 23 | 0 | 4B | 3A | 58 | 3C | 1A |
| Octal | 106 | 153 | 33 | 43 | 0 | 113 | 72 | 130 | 74 | 32 |
| Binary | 1000110 | 1101011 | 11011 | 100011 | 0 | 1001011 | 111010 | 1011000 | 111100 | 11010 |
Color Harmonies of #466B1B
Complementary color
Monochromatic Colors of #466B1B
Black with #466B1B
Text Example
Text Example
White with #466B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B1B; }
p { color: rgb(70,107,27); }
H1.HeaderClassName
{
color: #466B1B;
}
.AnyTagClassName
{
color: #466B1B;
}
</style>
background-color css
<style>
a { background-color: #466B1B; }
a { background-color: rgb(70,107,27); }
div.DivClassName
{
background-color: #466B1B;
}
.BgClassName
{
background-color: #466B1B;
}
</style>
border-color css
<style>
span { border-color: #466B1B; }
span { border-color: rgb(70,107,27); }
td.TdClassName
{
border-color: #466B1B;
}
.TagClassName
{
border-color: #466B1B;
}
</style>