Shades of Clover #424E34
Tints of Clover #424E34
RGB
CMYK
RGB Variations
Color information
#424E34 (or 0x424E34) is known color: Clover. HEX triplet: 42, 4E and 34. RGB value is (66,78,52). Sum of RGB (Red+Green+Blue) = 66+78+52=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #424E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E34 is #BDB1CB. Grayscale: #474747. Windows color (decimal): -12431820 or 3427906. OLE color: 3427906.
HSL color Cylindrical-coordinate representation of color #424E34: hue angle of 87.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424E34 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 52 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.69 |
| HSL | 87.69º | 0.2% | 0.25% | - |
| HSV(B) | 87.69º | 0.33% | 0.31% | - |
| XYZ | 5.59 | 6.85 | 4.28 | - |
| YUV | 71.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 52 | 0.15 | 0 | 0.33 | 0.69 | 87.69 | 0.2 | 0.25 |
| Hex | 42 | 4E | 34 | F | 0 | 21 | 45 | 58 | 14 | 19 |
| Octal | 102 | 116 | 64 | 17 | 0 | 41 | 105 | 130 | 24 | 31 |
| Binary | 1000010 | 1001110 | 110100 | 1111 | 0 | 100001 | 1000101 | 1011000 | 10100 | 11001 |
Color Harmonies of #424E34
Complementary color
Monochromatic Colors of #424E34
Black with #424E34
Text Example
Text Example
White with #424E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E34; }
p { color: rgb(66,78,52); }
H1.HeaderClassName
{
color: #424E34;
}
.AnyTagClassName
{
color: #424E34;
}
</style>
background-color css
<style>
a { background-color: #424E34; }
a { background-color: rgb(66,78,52); }
div.DivClassName
{
background-color: #424E34;
}
.BgClassName
{
background-color: #424E34;
}
</style>
border-color css
<style>
span { border-color: #424E34; }
span { border-color: rgb(66,78,52); }
td.TdClassName
{
border-color: #424E34;
}
.TagClassName
{
border-color: #424E34;
}
</style>