Shades of Clover #455337
Tints of Clover #455337
RGB
CMYK
RGB Variations
Color information
#455337 (or 0x455337) is known color: Clover. HEX triplet: 45, 53 and 37. RGB value is (69,83,55). Sum of RGB (Red+Green+Blue) = 69+83+55=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #455337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455337 is #BAACC8. Grayscale: #4B4B4B. Windows color (decimal): -12233929 or 3625797. OLE color: 3625797.
HSL color Cylindrical-coordinate representation of color #455337: hue angle of 90º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #455337 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 55 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.67 |
| HSL | 90º | 0.2% | 0.27% | - |
| HSV(B) | 90º | 0.34% | 0.33% | - |
| XYZ | 6.24 | 7.73 | 4.78 | - |
| YUV | 75.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 55 | 0.17 | 0 | 0.34 | 0.67 | 90 | 0.2 | 0.27 |
| Hex | 45 | 53 | 37 | 11 | 0 | 22 | 43 | 5A | 14 | 1B |
| Octal | 105 | 123 | 67 | 21 | 0 | 42 | 103 | 132 | 24 | 33 |
| Binary | 1000101 | 1010011 | 110111 | 10001 | 0 | 100010 | 1000011 | 1011010 | 10100 | 11011 |
Color Harmonies of #455337
Complementary color
Monochromatic Colors of #455337
Black with #455337
Text Example
Text Example
White with #455337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455337; }
p { color: rgb(69,83,55); }
H1.HeaderClassName
{
color: #455337;
}
.AnyTagClassName
{
color: #455337;
}
</style>
background-color css
<style>
a { background-color: #455337; }
a { background-color: rgb(69,83,55); }
div.DivClassName
{
background-color: #455337;
}
.BgClassName
{
background-color: #455337;
}
</style>
border-color css
<style>
span { border-color: #455337; }
span { border-color: rgb(69,83,55); }
td.TdClassName
{
border-color: #455337;
}
.TagClassName
{
border-color: #455337;
}
</style>