Shades of Green Leaf #507023
Tints of Green Leaf #507023
RGB
CMYK
RGB Variations
Color information
#507023 (or 0x507023) is known color: Green Leaf. HEX triplet: 50, 70 and 23. RGB value is (80,112,35). Sum of RGB (Red+Green+Blue) = 80+112+35=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #507023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507023 is #AF8FDC. Grayscale: #5D5D5D. Windows color (decimal): -11505629 or 2322512. OLE color: 2322512.
HSL color Cylindrical-coordinate representation of color #507023: hue angle of 84.94º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507023 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 35 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.56 |
| HSL | 84.94º | 0.52% | 0.29% | - |
| HSV(B) | 84.94º | 0.69% | 0.44% | - |
| XYZ | 9.41 | 13.42 | 3.68 | - |
| YUV | 93.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 35 | 0.29 | 0 | 0.69 | 0.56 | 84.94 | 0.52 | 0.29 |
| Hex | 50 | 70 | 23 | 1D | 0 | 45 | 38 | 55 | 34 | 1D |
| Octal | 120 | 160 | 43 | 35 | 0 | 105 | 70 | 125 | 64 | 35 |
| Binary | 1010000 | 1110000 | 100011 | 11101 | 0 | 1000101 | 111000 | 1010101 | 110100 | 11101 |
Color Harmonies of #507023
Complementary color
Monochromatic Colors of #507023
Black with #507023
Text Example
Text Example
White with #507023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507023; }
p { color: rgb(80,112,35); }
H1.HeaderClassName
{
color: #507023;
}
.AnyTagClassName
{
color: #507023;
}
</style>
background-color css
<style>
a { background-color: #507023; }
a { background-color: rgb(80,112,35); }
div.DivClassName
{
background-color: #507023;
}
.BgClassName
{
background-color: #507023;
}
</style>
border-color css
<style>
span { border-color: #507023; }
span { border-color: rgb(80,112,35); }
td.TdClassName
{
border-color: #507023;
}
.TagClassName
{
border-color: #507023;
}
</style>