Shades of Green Leaf #57752B
Tints of Green Leaf #57752B
RGB
CMYK
RGB Variations
Color information
#57752B (or 0x57752B) is known color: Green Leaf. HEX triplet: 57, 75 and 2B. RGB value is (87,117,43). Sum of RGB (Red+Green+Blue) = 87+117+43=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #57752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57752B is #A88AD4. Grayscale: #636363. Windows color (decimal): -11045589 or 2848087. OLE color: 2848087.
HSL color Cylindrical-coordinate representation of color #57752B: hue angle of 84.32º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57752B is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 117 | 43 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.54 |
| HSL | 84.32º | 0.46% | 0.31% | - |
| HSV(B) | 84.32º | 0.63% | 0.46% | - |
| XYZ | 10.73 | 14.92 | 4.6 | - |
| YUV | 99.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 43 | 0.26 | 0 | 0.63 | 0.54 | 84.32 | 0.46 | 0.31 |
| Hex | 57 | 75 | 2B | 1A | 0 | 3F | 36 | 54 | 2E | 1F |
| Octal | 127 | 165 | 53 | 32 | 0 | 77 | 66 | 124 | 56 | 37 |
| Binary | 1010111 | 1110101 | 101011 | 11010 | 0 | 111111 | 110110 | 1010100 | 101110 | 11111 |
Color Harmonies of #57752B
Complementary color
Monochromatic Colors of #57752B
Black with #57752B
Text Example
Text Example
White with #57752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57752B; }
p { color: rgb(87,117,43); }
H1.HeaderClassName
{
color: #57752B;
}
.AnyTagClassName
{
color: #57752B;
}
</style>
background-color css
<style>
a { background-color: #57752B; }
a { background-color: rgb(87,117,43); }
div.DivClassName
{
background-color: #57752B;
}
.BgClassName
{
background-color: #57752B;
}
</style>
border-color css
<style>
span { border-color: #57752B; }
span { border-color: rgb(87,117,43); }
td.TdClassName
{
border-color: #57752B;
}
.TagClassName
{
border-color: #57752B;
}
</style>