Shades of Clover #455331
Tints of Clover #455331
RGB
CMYK
RGB Variations
Color information
#455331 (or 0x455331) is known color: Clover. HEX triplet: 45, 53 and 31. RGB value is (69,83,49). Sum of RGB (Red+Green+Blue) = 69+83+49=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #455331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455331 is #BAACCE. Grayscale: #4B4B4B. Windows color (decimal): -12233935 or 3232581. OLE color: 3232581.
HSL color Cylindrical-coordinate representation of color #455331: hue angle of 84.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #455331 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 49 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.67 |
| HSL | 84.71º | 0.26% | 0.26% | - |
| HSV(B) | 84.71º | 0.41% | 0.33% | - |
| XYZ | 6.1 | 7.67 | 4.07 | - |
| YUV | 74.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 49 | 0.17 | 0 | 0.41 | 0.67 | 84.71 | 0.26 | 0.26 |
| Hex | 45 | 53 | 31 | 11 | 0 | 29 | 43 | 55 | 1A | 1A |
| Octal | 105 | 123 | 61 | 21 | 0 | 51 | 103 | 125 | 32 | 32 |
| Binary | 1000101 | 1010011 | 110001 | 10001 | 0 | 101001 | 1000011 | 1010101 | 11010 | 11010 |
Color Harmonies of #455331
Complementary color
Monochromatic Colors of #455331
Black with #455331
Text Example
Text Example
White with #455331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455331; }
p { color: rgb(69,83,49); }
H1.HeaderClassName
{
color: #455331;
}
.AnyTagClassName
{
color: #455331;
}
</style>
background-color css
<style>
a { background-color: #455331; }
a { background-color: rgb(69,83,49); }
div.DivClassName
{
background-color: #455331;
}
.BgClassName
{
background-color: #455331;
}
</style>
border-color css
<style>
span { border-color: #455331; }
span { border-color: rgb(69,83,49); }
td.TdClassName
{
border-color: #455331;
}
.TagClassName
{
border-color: #455331;
}
</style>