Shades of Clover #46552F
Tints of Clover #46552F
RGB
CMYK
RGB Variations
Color information
#46552F (or 0x46552F) is known color: Clover. HEX triplet: 46, 55 and 2F. RGB value is (70,85,47). Sum of RGB (Red+Green+Blue) = 70+85+47=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #46552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46552F is #B9AAD0. Grayscale: #4C4C4C. Windows color (decimal): -12167889 or 3102022. OLE color: 3102022.
HSL color Cylindrical-coordinate representation of color #46552F: hue angle of 83.68º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46552F is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 85 | 47 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.67 |
| HSL | 83.68º | 0.29% | 0.26% | - |
| HSV(B) | 83.68º | 0.45% | 0.33% | - |
| XYZ | 6.29 | 8 | 3.9 | - |
| YUV | 76.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 47 | 0.18 | 0 | 0.45 | 0.67 | 83.68 | 0.29 | 0.26 |
| Hex | 46 | 55 | 2F | 12 | 0 | 2D | 43 | 54 | 1D | 1A |
| Octal | 106 | 125 | 57 | 22 | 0 | 55 | 103 | 124 | 35 | 32 |
| Binary | 1000110 | 1010101 | 101111 | 10010 | 0 | 101101 | 1000011 | 1010100 | 11101 | 11010 |
Color Harmonies of #46552F
Complementary color
Monochromatic Colors of #46552F
Black with #46552F
Text Example
Text Example
White with #46552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46552F; }
p { color: rgb(70,85,47); }
H1.HeaderClassName
{
color: #46552F;
}
.AnyTagClassName
{
color: #46552F;
}
</style>
background-color css
<style>
a { background-color: #46552F; }
a { background-color: rgb(70,85,47); }
div.DivClassName
{
background-color: #46552F;
}
.BgClassName
{
background-color: #46552F;
}
</style>
border-color css
<style>
span { border-color: #46552F; }
span { border-color: rgb(70,85,47); }
td.TdClassName
{
border-color: #46552F;
}
.TagClassName
{
border-color: #46552F;
}
</style>