Shades of Green Leaf #45700D
Tints of Green Leaf #45700D
RGB
CMYK
RGB Variations
Color information
#45700D (or 0x45700D) is known color: Green Leaf. HEX triplet: 45, 70 and 0D. RGB value is (69,112,13). Sum of RGB (Red+Green+Blue) = 69+112+13=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #45700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45700D is #BA8FF2. Grayscale: #585858. Windows color (decimal): -12226547 or 880709. OLE color: 880709.
HSL color Cylindrical-coordinate representation of color #45700D: hue angle of 86.06º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45700D is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 13 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.56 |
| HSL | 86.06º | 0.79% | 0.25% | - |
| HSV(B) | 86.06º | 0.88% | 0.44% | - |
| XYZ | 8.32 | 12.88 | 2.43 | - |
| YUV | 87.86 | 85.75 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 13 | 0.38 | 0 | 0.88 | 0.56 | 86.06 | 0.79 | 0.25 |
| Hex | 45 | 70 | D | 26 | 0 | 58 | 38 | 56 | 4F | 19 |
| Octal | 105 | 160 | 15 | 46 | 0 | 130 | 70 | 126 | 117 | 31 |
| Binary | 1000101 | 1110000 | 1101 | 100110 | 0 | 1011000 | 111000 | 1010110 | 1001111 | 11001 |
Color Harmonies of #45700D
Complementary color
Monochromatic Colors of #45700D
Black with #45700D
Text Example
Text Example
White with #45700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45700D; }
p { color: rgb(69,112,13); }
H1.HeaderClassName
{
color: #45700D;
}
.AnyTagClassName
{
color: #45700D;
}
</style>
background-color css
<style>
a { background-color: #45700D; }
a { background-color: rgb(69,112,13); }
div.DivClassName
{
background-color: #45700D;
}
.BgClassName
{
background-color: #45700D;
}
</style>
border-color css
<style>
span { border-color: #45700D; }
span { border-color: rgb(69,112,13); }
td.TdClassName
{
border-color: #45700D;
}
.TagClassName
{
border-color: #45700D;
}
</style>