Shades of Green Leaf #54741E
Tints of Green Leaf #54741E
RGB
CMYK
RGB Variations
Color information
#54741E (or 0x54741E) is known color: Green Leaf. HEX triplet: 54, 74 and 1E. RGB value is (84,116,30). Sum of RGB (Red+Green+Blue) = 84+116+30=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #54741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54741E is #AB8BE1. Grayscale: #606060. Windows color (decimal): -11242466 or 1995860. OLE color: 1995860.
HSL color Cylindrical-coordinate representation of color #54741E: hue angle of 82.33º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54741E is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 30 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.55 |
| HSL | 82.33º | 0.59% | 0.29% | - |
| HSV(B) | 82.33º | 0.74% | 0.45% | - |
| XYZ | 10.14 | 14.47 | 3.49 | - |
| YUV | 96.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 30 | 0.28 | 0 | 0.74 | 0.55 | 82.33 | 0.59 | 0.29 |
| Hex | 54 | 74 | 1E | 1C | 0 | 4A | 37 | 52 | 3B | 1D |
| Octal | 124 | 164 | 36 | 34 | 0 | 112 | 67 | 122 | 73 | 35 |
| Binary | 1010100 | 1110100 | 11110 | 11100 | 0 | 1001010 | 110111 | 1010010 | 111011 | 11101 |
Color Harmonies of #54741E
Complementary color
Monochromatic Colors of #54741E
Black with #54741E
Text Example
Text Example
White with #54741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54741E; }
p { color: rgb(84,116,30); }
H1.HeaderClassName
{
color: #54741E;
}
.AnyTagClassName
{
color: #54741E;
}
</style>
background-color css
<style>
a { background-color: #54741E; }
a { background-color: rgb(84,116,30); }
div.DivClassName
{
background-color: #54741E;
}
.BgClassName
{
background-color: #54741E;
}
</style>
border-color css
<style>
span { border-color: #54741E; }
span { border-color: rgb(84,116,30); }
td.TdClassName
{
border-color: #54741E;
}
.TagClassName
{
border-color: #54741E;
}
</style>