Shades of Clover #455926
Tints of Clover #455926
RGB
CMYK
RGB Variations
Color information
#455926 (or 0x455926) is known color: Clover. HEX triplet: 45, 59 and 26. RGB value is (69,89,38). Sum of RGB (Red+Green+Blue) = 69+89+38=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #455926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455926 is #BAA6D9. Grayscale: #4D4D4D. Windows color (decimal): -12232410 or 2513221. OLE color: 2513221.
HSL color Cylindrical-coordinate representation of color #455926: hue angle of 83.53º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455926 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 38 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.65 |
| HSL | 83.53º | 0.4% | 0.25% | - |
| HSV(B) | 83.53º | 0.57% | 0.35% | - |
| XYZ | 6.38 | 8.55 | 3.15 | - |
| YUV | 77.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 38 | 0.22 | 0 | 0.57 | 0.65 | 83.53 | 0.4 | 0.25 |
| Hex | 45 | 59 | 26 | 16 | 0 | 39 | 41 | 54 | 28 | 19 |
| Octal | 105 | 131 | 46 | 26 | 0 | 71 | 101 | 124 | 50 | 31 |
| Binary | 1000101 | 1011001 | 100110 | 10110 | 0 | 111001 | 1000001 | 1010100 | 101000 | 11001 |
Color Harmonies of #455926
Complementary color
Monochromatic Colors of #455926
Black with #455926
Text Example
Text Example
White with #455926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455926; }
p { color: rgb(69,89,38); }
H1.HeaderClassName
{
color: #455926;
}
.AnyTagClassName
{
color: #455926;
}
</style>
background-color css
<style>
a { background-color: #455926; }
a { background-color: rgb(69,89,38); }
div.DivClassName
{
background-color: #455926;
}
.BgClassName
{
background-color: #455926;
}
</style>
border-color css
<style>
span { border-color: #455926; }
span { border-color: rgb(69,89,38); }
td.TdClassName
{
border-color: #455926;
}
.TagClassName
{
border-color: #455926;
}
</style>