Shades of Clover #455536
Tints of Clover #455536
RGB
CMYK
RGB Variations
Color information
#455536 (or 0x455536) is known color: Clover. HEX triplet: 45, 55 and 36. RGB value is (69,85,54). Sum of RGB (Red+Green+Blue) = 69+85+54=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #455536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455536 is #BAAAC9. Grayscale: #4C4C4C. Windows color (decimal): -12233418 or 3560773. OLE color: 3560773.
HSL color Cylindrical-coordinate representation of color #455536: hue angle of 90.97º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #455536 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 54 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.67 |
| HSL | 90.97º | 0.22% | 0.27% | - |
| HSV(B) | 90.97º | 0.36% | 0.33% | - |
| XYZ | 6.37 | 8.03 | 4.7 | - |
| YUV | 76.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 54 | 0.19 | 0 | 0.36 | 0.67 | 90.97 | 0.22 | 0.27 |
| Hex | 45 | 55 | 36 | 13 | 0 | 24 | 43 | 5B | 16 | 1B |
| Octal | 105 | 125 | 66 | 23 | 0 | 44 | 103 | 133 | 26 | 33 |
| Binary | 1000101 | 1010101 | 110110 | 10011 | 0 | 100100 | 1000011 | 1011011 | 10110 | 11011 |
Color Harmonies of #455536
Complementary color
Monochromatic Colors of #455536
Black with #455536
Text Example
Text Example
White with #455536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455536; }
p { color: rgb(69,85,54); }
H1.HeaderClassName
{
color: #455536;
}
.AnyTagClassName
{
color: #455536;
}
</style>
background-color css
<style>
a { background-color: #455536; }
a { background-color: rgb(69,85,54); }
div.DivClassName
{
background-color: #455536;
}
.BgClassName
{
background-color: #455536;
}
</style>
border-color css
<style>
span { border-color: #455536; }
span { border-color: rgb(69,85,54); }
td.TdClassName
{
border-color: #455536;
}
.TagClassName
{
border-color: #455536;
}
</style>