Shades of Clover #455332
Tints of Clover #455332
RGB
CMYK
RGB Variations
Color information
#455332 (or 0x455332) is known color: Clover. HEX triplet: 45, 53 and 32. RGB value is (69,83,50). Sum of RGB (Red+Green+Blue) = 69+83+50=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #455332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455332 is #BAACCD. Grayscale: #4B4B4B. Windows color (decimal): -12233934 or 3298117. OLE color: 3298117.
HSL color Cylindrical-coordinate representation of color #455332: hue angle of 85.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455332 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 50 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.67 |
| HSL | 85.45º | 0.25% | 0.26% | - |
| HSV(B) | 85.45º | 0.4% | 0.33% | - |
| XYZ | 6.12 | 7.68 | 4.18 | - |
| YUV | 75.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 50 | 0.17 | 0 | 0.40 | 0.67 | 85.45 | 0.25 | 0.26 |
| Hex | 45 | 53 | 32 | 11 | 0 | 28 | 43 | 55 | 19 | 1A |
| Octal | 105 | 123 | 62 | 21 | 0 | 50 | 103 | 125 | 31 | 32 |
| Binary | 1000101 | 1010011 | 110010 | 10001 | 0 | 101000 | 1000011 | 1010101 | 11001 | 11010 |
Color Harmonies of #455332
Complementary color
Monochromatic Colors of #455332
Black with #455332
Text Example
Text Example
White with #455332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455332; }
p { color: rgb(69,83,50); }
H1.HeaderClassName
{
color: #455332;
}
.AnyTagClassName
{
color: #455332;
}
</style>
background-color css
<style>
a { background-color: #455332; }
a { background-color: rgb(69,83,50); }
div.DivClassName
{
background-color: #455332;
}
.BgClassName
{
background-color: #455332;
}
</style>
border-color css
<style>
span { border-color: #455332; }
span { border-color: rgb(69,83,50); }
td.TdClassName
{
border-color: #455332;
}
.TagClassName
{
border-color: #455332;
}
</style>