Shades of Clover #455328
Tints of Clover #455328
RGB
CMYK
RGB Variations
Color information
#455328 (or 0x455328) is known color: Clover. HEX triplet: 45, 53 and 28. RGB value is (69,83,40). Sum of RGB (Red+Green+Blue) = 69+83+40=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #455328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455328 is #BAACD7. Grayscale: #4A4A4A. Windows color (decimal): -12233944 or 2642757. OLE color: 2642757.
HSL color Cylindrical-coordinate representation of color #455328: hue angle of 79.53º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455328 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 40 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.67 |
| HSL | 79.53º | 0.35% | 0.24% | - |
| HSV(B) | 79.53º | 0.52% | 0.33% | - |
| XYZ | 5.93 | 7.6 | 3.16 | - |
| YUV | 73.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 40 | 0.17 | 0 | 0.52 | 0.67 | 79.53 | 0.35 | 0.24 |
| Hex | 45 | 53 | 28 | 11 | 0 | 34 | 43 | 50 | 23 | 18 |
| Octal | 105 | 123 | 50 | 21 | 0 | 64 | 103 | 120 | 43 | 30 |
| Binary | 1000101 | 1010011 | 101000 | 10001 | 0 | 110100 | 1000011 | 1010000 | 100011 | 11000 |
Color Harmonies of #455328
Complementary color
Monochromatic Colors of #455328
Black with #455328
Text Example
Text Example
White with #455328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455328; }
p { color: rgb(69,83,40); }
H1.HeaderClassName
{
color: #455328;
}
.AnyTagClassName
{
color: #455328;
}
</style>
background-color css
<style>
a { background-color: #455328; }
a { background-color: rgb(69,83,40); }
div.DivClassName
{
background-color: #455328;
}
.BgClassName
{
background-color: #455328;
}
</style>
border-color css
<style>
span { border-color: #455328; }
span { border-color: rgb(69,83,40); }
td.TdClassName
{
border-color: #455328;
}
.TagClassName
{
border-color: #455328;
}
</style>