Shades of Green Leaf #53741B
Tints of Green Leaf #53741B
RGB
CMYK
RGB Variations
Color information
#53741B (or 0x53741B) is known color: Green Leaf. HEX triplet: 53, 74 and 1B. RGB value is (83,116,27). Sum of RGB (Red+Green+Blue) = 83+116+27=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #53741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53741B is #AC8BE4. Grayscale: #606060. Windows color (decimal): -11308005 or 1799251. OLE color: 1799251.
HSL color Cylindrical-coordinate representation of color #53741B: hue angle of 82.25º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53741B is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 116 | 27 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.55 |
| HSL | 82.25º | 0.62% | 0.28% | - |
| HSV(B) | 82.25º | 0.77% | 0.45% | - |
| XYZ | 10.01 | 14.41 | 3.29 | - |
| YUV | 95.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 27 | 0.28 | 0 | 0.77 | 0.55 | 82.25 | 0.62 | 0.28 |
| Hex | 53 | 74 | 1B | 1C | 0 | 4D | 37 | 52 | 3E | 1C |
| Octal | 123 | 164 | 33 | 34 | 0 | 115 | 67 | 122 | 76 | 34 |
| Binary | 1010011 | 1110100 | 11011 | 11100 | 0 | 1001101 | 110111 | 1010010 | 111110 | 11100 |
Color Harmonies of #53741B
Complementary color
Monochromatic Colors of #53741B
Black with #53741B
Text Example
Text Example
White with #53741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53741B; }
p { color: rgb(83,116,27); }
H1.HeaderClassName
{
color: #53741B;
}
.AnyTagClassName
{
color: #53741B;
}
</style>
background-color css
<style>
a { background-color: #53741B; }
a { background-color: rgb(83,116,27); }
div.DivClassName
{
background-color: #53741B;
}
.BgClassName
{
background-color: #53741B;
}
</style>
border-color css
<style>
span { border-color: #53741B; }
span { border-color: rgb(83,116,27); }
td.TdClassName
{
border-color: #53741B;
}
.TagClassName
{
border-color: #53741B;
}
</style>