Shades of Green Leaf #45631A
Tints of Green Leaf #45631A
RGB
CMYK
RGB Variations
Color information
#45631A (or 0x45631A) is known color: Green Leaf. HEX triplet: 45, 63 and 1A. RGB value is (69,99,26). Sum of RGB (Red+Green+Blue) = 69+99+26=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #45631A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45631A is #BA9CE5. Grayscale: #515151. Windows color (decimal): -12229862 or 1729349. OLE color: 1729349.
HSL color Cylindrical-coordinate representation of color #45631A: hue angle of 84.66º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45631A is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 26 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.61 |
| HSL | 84.66º | 0.58% | 0.25% | - |
| HSV(B) | 84.66º | 0.74% | 0.39% | - |
| XYZ | 7.1 | 10.26 | 2.58 | - |
| YUV | 81.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 26 | 0.30 | 0 | 0.74 | 0.61 | 84.66 | 0.58 | 0.25 |
| Hex | 45 | 63 | 1A | 1E | 0 | 4A | 3D | 55 | 3A | 19 |
| Octal | 105 | 143 | 32 | 36 | 0 | 112 | 75 | 125 | 72 | 31 |
| Binary | 1000101 | 1100011 | 11010 | 11110 | 0 | 1001010 | 111101 | 1010101 | 111010 | 11001 |
Color Harmonies of #45631A
Complementary color
Monochromatic Colors of #45631A
Black with #45631A
Text Example
Text Example
White with #45631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45631A; }
p { color: rgb(69,99,26); }
H1.HeaderClassName
{
color: #45631A;
}
.AnyTagClassName
{
color: #45631A;
}
</style>
background-color css
<style>
a { background-color: #45631A; }
a { background-color: rgb(69,99,26); }
div.DivClassName
{
background-color: #45631A;
}
.BgClassName
{
background-color: #45631A;
}
</style>
border-color css
<style>
span { border-color: #45631A; }
span { border-color: rgb(69,99,26); }
td.TdClassName
{
border-color: #45631A;
}
.TagClassName
{
border-color: #45631A;
}
</style>