Shades of Green Leaf #41700D
Tints of Green Leaf #41700D
RGB
CMYK
RGB Variations
Color information
#41700D (or 0x41700D) is known color: Green Leaf. HEX triplet: 41, 70 and 0D. RGB value is (65,112,13). Sum of RGB (Red+Green+Blue) = 65+112+13=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #41700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41700D is #BE8FF2. Grayscale: #575757. Windows color (decimal): -12488691 or 880705. OLE color: 880705.
HSL color Cylindrical-coordinate representation of color #41700D: hue angle of 88.48º 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 #41700D is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 13 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.56 |
| HSL | 88.48º | 0.79% | 0.25% | - |
| HSV(B) | 88.48º | 0.88% | 0.44% | - |
| XYZ | 8.05 | 12.74 | 2.42 | - |
| YUV | 86.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 13 | 0.42 | 0 | 0.88 | 0.56 | 88.48 | 0.79 | 0.25 |
| Hex | 41 | 70 | D | 2A | 0 | 58 | 38 | 58 | 4F | 19 |
| Octal | 101 | 160 | 15 | 52 | 0 | 130 | 70 | 130 | 117 | 31 |
| Binary | 1000001 | 1110000 | 1101 | 101010 | 0 | 1011000 | 111000 | 1011000 | 1001111 | 11001 |
Color Harmonies of #41700D
Complementary color
Monochromatic Colors of #41700D
Black with #41700D
Text Example
Text Example
White with #41700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41700D; }
p { color: rgb(65,112,13); }
H1.HeaderClassName
{
color: #41700D;
}
.AnyTagClassName
{
color: #41700D;
}
</style>
background-color css
<style>
a { background-color: #41700D; }
a { background-color: rgb(65,112,13); }
div.DivClassName
{
background-color: #41700D;
}
.BgClassName
{
background-color: #41700D;
}
</style>
border-color css
<style>
span { border-color: #41700D; }
span { border-color: rgb(65,112,13); }
td.TdClassName
{
border-color: #41700D;
}
.TagClassName
{
border-color: #41700D;
}
</style>