Shades of Green Leaf #45651C
Tints of Green Leaf #45651C
RGB
CMYK
RGB Variations
Color information
#45651C (or 0x45651C) is known color: Green Leaf. HEX triplet: 45, 65 and 1C. RGB value is (69,101,28). Sum of RGB (Red+Green+Blue) = 69+101+28=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #45651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45651C is #BA9AE3. Grayscale: #535353. Windows color (decimal): -12229348 or 1860933. OLE color: 1860933.
HSL color Cylindrical-coordinate representation of color #45651C: hue angle of 86.3º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45651C is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 28 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.60 |
| HSL | 86.3º | 0.57% | 0.25% | - |
| HSV(B) | 86.3º | 0.72% | 0.4% | - |
| XYZ | 7.32 | 10.66 | 2.77 | - |
| YUV | 83.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 28 | 0.32 | 0 | 0.72 | 0.60 | 86.3 | 0.57 | 0.25 |
| Hex | 45 | 65 | 1C | 20 | 0 | 48 | 3C | 56 | 39 | 19 |
| Octal | 105 | 145 | 34 | 40 | 0 | 110 | 74 | 126 | 71 | 31 |
| Binary | 1000101 | 1100101 | 11100 | 100000 | 0 | 1001000 | 111100 | 1010110 | 111001 | 11001 |
Color Harmonies of #45651C
Complementary color
Monochromatic Colors of #45651C
Black with #45651C
Text Example
Text Example
White with #45651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45651C; }
p { color: rgb(69,101,28); }
H1.HeaderClassName
{
color: #45651C;
}
.AnyTagClassName
{
color: #45651C;
}
</style>
background-color css
<style>
a { background-color: #45651C; }
a { background-color: rgb(69,101,28); }
div.DivClassName
{
background-color: #45651C;
}
.BgClassName
{
background-color: #45651C;
}
</style>
border-color css
<style>
span { border-color: #45651C; }
span { border-color: rgb(69,101,28); }
td.TdClassName
{
border-color: #45651C;
}
.TagClassName
{
border-color: #45651C;
}
</style>