Shades of Green Leaf #51672D
Tints of Green Leaf #51672D
RGB
CMYK
RGB Variations
Color information
#51672D (or 0x51672D) is known color: Green Leaf. HEX triplet: 51, 67 and 2D. RGB value is (81,103,45). Sum of RGB (Red+Green+Blue) = 81+103+45=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #51672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51672D is #AE98D2. Grayscale: #5A5A5A. Windows color (decimal): -11442387 or 2975569. OLE color: 2975569.
HSL color Cylindrical-coordinate representation of color #51672D: hue angle of 82.76º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51672D is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 103 | 45 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.60 |
| HSL | 82.76º | 0.39% | 0.29% | - |
| HSV(B) | 82.76º | 0.56% | 0.4% | - |
| XYZ | 8.72 | 11.64 | 4.27 | - |
| YUV | 89.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 45 | 0.21 | 0 | 0.56 | 0.60 | 82.76 | 0.39 | 0.29 |
| Hex | 51 | 67 | 2D | 15 | 0 | 38 | 3C | 53 | 27 | 1D |
| Octal | 121 | 147 | 55 | 25 | 0 | 70 | 74 | 123 | 47 | 35 |
| Binary | 1010001 | 1100111 | 101101 | 10101 | 0 | 111000 | 111100 | 1010011 | 100111 | 11101 |
Color Harmonies of #51672D
Complementary color
Monochromatic Colors of #51672D
Black with #51672D
Text Example
Text Example
White with #51672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51672D; }
p { color: rgb(81,103,45); }
H1.HeaderClassName
{
color: #51672D;
}
.AnyTagClassName
{
color: #51672D;
}
</style>
background-color css
<style>
a { background-color: #51672D; }
a { background-color: rgb(81,103,45); }
div.DivClassName
{
background-color: #51672D;
}
.BgClassName
{
background-color: #51672D;
}
</style>
border-color css
<style>
span { border-color: #51672D; }
span { border-color: rgb(81,103,45); }
td.TdClassName
{
border-color: #51672D;
}
.TagClassName
{
border-color: #51672D;
}
</style>