Shades of Clover #42502F
Tints of Clover #42502F
RGB
CMYK
RGB Variations
Color information
#42502F (or 0x42502F) is known color: Clover. HEX triplet: 42, 50 and 2F. RGB value is (66,80,47). Sum of RGB (Red+Green+Blue) = 66+80+47=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #42502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42502F is #BDAFD0. Grayscale: #484848. Windows color (decimal): -12431313 or 3100738. OLE color: 3100738.
HSL color Cylindrical-coordinate representation of color #42502F: hue angle of 85.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42502F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 47 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.69 |
| HSL | 85.45º | 0.26% | 0.25% | - |
| HSV(B) | 85.45º | 0.41% | 0.31% | - |
| XYZ | 5.63 | 7.1 | 3.76 | - |
| YUV | 72.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 47 | 0.17 | 0 | 0.41 | 0.69 | 85.45 | 0.26 | 0.25 |
| Hex | 42 | 50 | 2F | 11 | 0 | 29 | 45 | 55 | 1A | 19 |
| Octal | 102 | 120 | 57 | 21 | 0 | 51 | 105 | 125 | 32 | 31 |
| Binary | 1000010 | 1010000 | 101111 | 10001 | 0 | 101001 | 1000101 | 1010101 | 11010 | 11001 |
Color Harmonies of #42502F
Complementary color
Monochromatic Colors of #42502F
Black with #42502F
Text Example
Text Example
White with #42502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42502F; }
p { color: rgb(66,80,47); }
H1.HeaderClassName
{
color: #42502F;
}
.AnyTagClassName
{
color: #42502F;
}
</style>
background-color css
<style>
a { background-color: #42502F; }
a { background-color: rgb(66,80,47); }
div.DivClassName
{
background-color: #42502F;
}
.BgClassName
{
background-color: #42502F;
}
</style>
border-color css
<style>
span { border-color: #42502F; }
span { border-color: rgb(66,80,47); }
td.TdClassName
{
border-color: #42502F;
}
.TagClassName
{
border-color: #42502F;
}
</style>