Shades of Clover #455329
Tints of Clover #455329
RGB
CMYK
RGB Variations
Color information
#455329 (or 0x455329) is known color: Clover. HEX triplet: 45, 53 and 29. RGB value is (69,83,41). Sum of RGB (Red+Green+Blue) = 69+83+41=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #455329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455329 is #BAACD6. Grayscale: #4A4A4A. Windows color (decimal): -12233943 or 2708293. OLE color: 2708293.
HSL color Cylindrical-coordinate representation of color #455329: hue angle of 80º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455329 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 41 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.67 |
| HSL | 80º | 0.34% | 0.24% | - |
| HSV(B) | 80º | 0.51% | 0.33% | - |
| XYZ | 5.95 | 7.61 | 3.25 | - |
| YUV | 74.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 41 | 0.17 | 0 | 0.51 | 0.67 | 80 | 0.34 | 0.24 |
| Hex | 45 | 53 | 29 | 11 | 0 | 33 | 43 | 50 | 22 | 18 |
| Octal | 105 | 123 | 51 | 21 | 0 | 63 | 103 | 120 | 42 | 30 |
| Binary | 1000101 | 1010011 | 101001 | 10001 | 0 | 110011 | 1000011 | 1010000 | 100010 | 11000 |
Color Harmonies of #455329
Complementary color
Monochromatic Colors of #455329
Black with #455329
Text Example
Text Example
White with #455329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455329; }
p { color: rgb(69,83,41); }
H1.HeaderClassName
{
color: #455329;
}
.AnyTagClassName
{
color: #455329;
}
</style>
background-color css
<style>
a { background-color: #455329; }
a { background-color: rgb(69,83,41); }
div.DivClassName
{
background-color: #455329;
}
.BgClassName
{
background-color: #455329;
}
</style>
border-color css
<style>
span { border-color: #455329; }
span { border-color: rgb(69,83,41); }
td.TdClassName
{
border-color: #455329;
}
.TagClassName
{
border-color: #455329;
}
</style>