Shades of Green Leaf #51672F
Tints of Green Leaf #51672F
RGB
CMYK
RGB Variations
Color information
#51672F (or 0x51672F) is known color: Green Leaf. HEX triplet: 51, 67 and 2F. RGB value is (81,103,47). Sum of RGB (Red+Green+Blue) = 81+103+47=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #51672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51672F is #AE98D0. Grayscale: #5A5A5A. Windows color (decimal): -11442385 or 3106641. OLE color: 3106641.
HSL color Cylindrical-coordinate representation of color #51672F: hue angle of 83.57º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51672F is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 103 | 47 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.60 |
| HSL | 83.57º | 0.37% | 0.29% | - |
| HSV(B) | 83.57º | 0.54% | 0.4% | - |
| XYZ | 8.76 | 11.66 | 4.48 | - |
| YUV | 90.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 47 | 0.21 | 0 | 0.54 | 0.60 | 83.57 | 0.37 | 0.29 |
| Hex | 51 | 67 | 2F | 15 | 0 | 36 | 3C | 54 | 25 | 1D |
| Octal | 121 | 147 | 57 | 25 | 0 | 66 | 74 | 124 | 45 | 35 |
| Binary | 1010001 | 1100111 | 101111 | 10101 | 0 | 110110 | 111100 | 1010100 | 100101 | 11101 |
Color Harmonies of #51672F
Complementary color
Monochromatic Colors of #51672F
Black with #51672F
Text Example
Text Example
White with #51672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51672F; }
p { color: rgb(81,103,47); }
H1.HeaderClassName
{
color: #51672F;
}
.AnyTagClassName
{
color: #51672F;
}
</style>
background-color css
<style>
a { background-color: #51672F; }
a { background-color: rgb(81,103,47); }
div.DivClassName
{
background-color: #51672F;
}
.BgClassName
{
background-color: #51672F;
}
</style>
border-color css
<style>
span { border-color: #51672F; }
span { border-color: rgb(81,103,47); }
td.TdClassName
{
border-color: #51672F;
}
.TagClassName
{
border-color: #51672F;
}
</style>