Shades of Green Leaf #456715
Tints of Green Leaf #456715
RGB
CMYK
RGB Variations
Color information
#456715 (or 0x456715) is known color: Green Leaf. HEX triplet: 45, 67 and 15. RGB value is (69,103,21). Sum of RGB (Red+Green+Blue) = 69+103+21=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #456715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456715 is #BA98EA. Grayscale: #535353. Windows color (decimal): -12228843 or 1402693. OLE color: 1402693.
HSL color Cylindrical-coordinate representation of color #456715: hue angle of 84.88º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #456715 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 21 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.60 |
| HSL | 84.88º | 0.66% | 0.24% | - |
| HSV(B) | 84.88º | 0.8% | 0.4% | - |
| XYZ | 7.44 | 11.02 | 2.44 | - |
| YUV | 83.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 21 | 0.33 | 0 | 0.80 | 0.60 | 84.88 | 0.66 | 0.24 |
| Hex | 45 | 67 | 15 | 21 | 0 | 50 | 3C | 55 | 42 | 18 |
| Octal | 105 | 147 | 25 | 41 | 0 | 120 | 74 | 125 | 102 | 30 |
| Binary | 1000101 | 1100111 | 10101 | 100001 | 0 | 1010000 | 111100 | 1010101 | 1000010 | 11000 |
Color Harmonies of #456715
Complementary color
Monochromatic Colors of #456715
Black with #456715
Text Example
Text Example
White with #456715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456715; }
p { color: rgb(69,103,21); }
H1.HeaderClassName
{
color: #456715;
}
.AnyTagClassName
{
color: #456715;
}
</style>
background-color css
<style>
a { background-color: #456715; }
a { background-color: rgb(69,103,21); }
div.DivClassName
{
background-color: #456715;
}
.BgClassName
{
background-color: #456715;
}
</style>
border-color css
<style>
span { border-color: #456715; }
span { border-color: rgb(69,103,21); }
td.TdClassName
{
border-color: #456715;
}
.TagClassName
{
border-color: #456715;
}
</style>