Shades of Clover #455429
Tints of Clover #455429
RGB
CMYK
RGB Variations
Color information
#455429 (or 0x455429) is known color: Clover. HEX triplet: 45, 54 and 29. RGB value is (69,84,41). Sum of RGB (Red+Green+Blue) = 69+84+41=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #455429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455429 is #BAABD6. Grayscale: #4A4A4A. Windows color (decimal): -12233687 or 2708549. OLE color: 2708549.
HSL color Cylindrical-coordinate representation of color #455429: hue angle of 80.93º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455429 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 41 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.67 |
| HSL | 80.93º | 0.34% | 0.25% | - |
| HSV(B) | 80.93º | 0.51% | 0.33% | - |
| XYZ | 6.02 | 7.77 | 3.28 | - |
| YUV | 74.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 41 | 0.18 | 0 | 0.51 | 0.67 | 80.93 | 0.34 | 0.25 |
| Hex | 45 | 54 | 29 | 12 | 0 | 33 | 43 | 51 | 22 | 19 |
| Octal | 105 | 124 | 51 | 22 | 0 | 63 | 103 | 121 | 42 | 31 |
| Binary | 1000101 | 1010100 | 101001 | 10010 | 0 | 110011 | 1000011 | 1010001 | 100010 | 11001 |
Color Harmonies of #455429
Complementary color
Monochromatic Colors of #455429
Black with #455429
Text Example
Text Example
White with #455429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455429; }
p { color: rgb(69,84,41); }
H1.HeaderClassName
{
color: #455429;
}
.AnyTagClassName
{
color: #455429;
}
</style>
background-color css
<style>
a { background-color: #455429; }
a { background-color: rgb(69,84,41); }
div.DivClassName
{
background-color: #455429;
}
.BgClassName
{
background-color: #455429;
}
</style>
border-color css
<style>
span { border-color: #455429; }
span { border-color: rgb(69,84,41); }
td.TdClassName
{
border-color: #455429;
}
.TagClassName
{
border-color: #455429;
}
</style>