Shades of Green Leaf #566F1F
Tints of Green Leaf #566F1F
RGB
CMYK
RGB Variations
Color information
#566F1F (or 0x566F1F) is known color: Green Leaf. HEX triplet: 56, 6F and 1F. RGB value is (86,111,31). Sum of RGB (Red+Green+Blue) = 86+111+31=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #566F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F1F is #A990E0. Grayscale: #5E5E5E. Windows color (decimal): -11112673 or 2060118. OLE color: 2060118.
HSL color Cylindrical-coordinate representation of color #566F1F: hue angle of 78.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #566F1F is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 31 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.56 |
| HSL | 78.75º | 0.56% | 0.28% | - |
| HSV(B) | 78.75º | 0.72% | 0.44% | - |
| XYZ | 9.77 | 13.45 | 3.38 | - |
| YUV | 94.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 31 | 0.23 | 0 | 0.72 | 0.56 | 78.75 | 0.56 | 0.28 |
| Hex | 56 | 6F | 1F | 17 | 0 | 48 | 38 | 4F | 38 | 1C |
| Octal | 126 | 157 | 37 | 27 | 0 | 110 | 70 | 117 | 70 | 34 |
| Binary | 1010110 | 1101111 | 11111 | 10111 | 0 | 1001000 | 111000 | 1001111 | 111000 | 11100 |
Color Harmonies of #566F1F
Complementary color
Monochromatic Colors of #566F1F
Black with #566F1F
Text Example
Text Example
White with #566F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F1F; }
p { color: rgb(86,111,31); }
H1.HeaderClassName
{
color: #566F1F;
}
.AnyTagClassName
{
color: #566F1F;
}
</style>
background-color css
<style>
a { background-color: #566F1F; }
a { background-color: rgb(86,111,31); }
div.DivClassName
{
background-color: #566F1F;
}
.BgClassName
{
background-color: #566F1F;
}
</style>
border-color css
<style>
span { border-color: #566F1F; }
span { border-color: rgb(86,111,31); }
td.TdClassName
{
border-color: #566F1F;
}
.TagClassName
{
border-color: #566F1F;
}
</style>