Shades of Clover #425334
Tints of Clover #425334
RGB
CMYK
RGB Variations
Color information
#425334 (or 0x425334) is known color: Clover. HEX triplet: 42, 53 and 34. RGB value is (66,83,52). Sum of RGB (Red+Green+Blue) = 66+83+52=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #425334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425334 is #BDACCB. Grayscale: #4A4A4A. Windows color (decimal): -12430540 or 3429186. OLE color: 3429186.
HSL color Cylindrical-coordinate representation of color #425334: hue angle of 92.9º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425334 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 52 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.67 |
| HSL | 92.9º | 0.23% | 0.26% | - |
| HSV(B) | 92.9º | 0.37% | 0.33% | - |
| XYZ | 5.96 | 7.59 | 4.4 | - |
| YUV | 74.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 52 | 0.20 | 0 | 0.37 | 0.67 | 92.9 | 0.23 | 0.26 |
| Hex | 42 | 53 | 34 | 14 | 0 | 25 | 43 | 5D | 17 | 1A |
| Octal | 102 | 123 | 64 | 24 | 0 | 45 | 103 | 135 | 27 | 32 |
| Binary | 1000010 | 1010011 | 110100 | 10100 | 0 | 100101 | 1000011 | 1011101 | 10111 | 11010 |
Color Harmonies of #425334
Complementary color
Monochromatic Colors of #425334
Black with #425334
Text Example
Text Example
White with #425334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425334; }
p { color: rgb(66,83,52); }
H1.HeaderClassName
{
color: #425334;
}
.AnyTagClassName
{
color: #425334;
}
</style>
background-color css
<style>
a { background-color: #425334; }
a { background-color: rgb(66,83,52); }
div.DivClassName
{
background-color: #425334;
}
.BgClassName
{
background-color: #425334;
}
</style>
border-color css
<style>
span { border-color: #425334; }
span { border-color: rgb(66,83,52); }
td.TdClassName
{
border-color: #425334;
}
.TagClassName
{
border-color: #425334;
}
</style>