Shades of Green Leaf #507231
Tints of Green Leaf #507231
RGB
CMYK
RGB Variations
Color information
#507231 (or 0x507231) is known color: Green Leaf. HEX triplet: 50, 72 and 31. RGB value is (80,114,49). Sum of RGB (Red+Green+Blue) = 80+114+49=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #507231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507231 is #AF8DCE. Grayscale: #606060. Windows color (decimal): -11505103 or 3240528. OLE color: 3240528.
HSL color Cylindrical-coordinate representation of color #507231: hue angle of 91.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507231 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 49 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.55 |
| HSL | 91.38º | 0.4% | 0.32% | - |
| HSV(B) | 91.38º | 0.57% | 0.45% | - |
| XYZ | 9.88 | 13.96 | 5.08 | - |
| YUV | 96.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 49 | 0.30 | 0 | 0.57 | 0.55 | 91.38 | 0.4 | 0.32 |
| Hex | 50 | 72 | 31 | 1E | 0 | 39 | 37 | 5B | 28 | 20 |
| Octal | 120 | 162 | 61 | 36 | 0 | 71 | 67 | 133 | 50 | 40 |
| Binary | 1010000 | 1110010 | 110001 | 11110 | 0 | 111001 | 110111 | 1011011 | 101000 | 100000 |
Color Harmonies of #507231
Complementary color
Monochromatic Colors of #507231
Black with #507231
Text Example
Text Example
White with #507231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507231; }
p { color: rgb(80,114,49); }
H1.HeaderClassName
{
color: #507231;
}
.AnyTagClassName
{
color: #507231;
}
</style>
background-color css
<style>
a { background-color: #507231; }
a { background-color: rgb(80,114,49); }
div.DivClassName
{
background-color: #507231;
}
.BgClassName
{
background-color: #507231;
}
</style>
border-color css
<style>
span { border-color: #507231; }
span { border-color: rgb(80,114,49); }
td.TdClassName
{
border-color: #507231;
}
.TagClassName
{
border-color: #507231;
}
</style>