Shades of Clover #424B34
Tints of Clover #424B34
RGB
CMYK
RGB Variations
Color information
#424B34 (or 0x424B34) is known color: Clover. HEX triplet: 42, 4B and 34. RGB value is (66,75,52). Sum of RGB (Red+Green+Blue) = 66+75+52=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #424B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B34 is #BDB4CB. Grayscale: #454545. Windows color (decimal): -12432588 or 3427138. OLE color: 3427138.
HSL color Cylindrical-coordinate representation of color #424B34: hue angle of 83.48º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424B34 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 52 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.71 |
| HSL | 83.48º | 0.18% | 0.25% | - |
| HSV(B) | 83.48º | 0.31% | 0.29% | - |
| XYZ | 5.38 | 6.44 | 4.21 | - |
| YUV | 69.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 52 | 0.12 | 0 | 0.31 | 0.71 | 83.48 | 0.18 | 0.25 |
| Hex | 42 | 4B | 34 | C | 0 | 1F | 47 | 53 | 12 | 19 |
| Octal | 102 | 113 | 64 | 14 | 0 | 37 | 107 | 123 | 22 | 31 |
| Binary | 1000010 | 1001011 | 110100 | 1100 | 0 | 11111 | 1000111 | 1010011 | 10010 | 11001 |
Color Harmonies of #424B34
Complementary color
Monochromatic Colors of #424B34
Black with #424B34
Text Example
Text Example
White with #424B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B34; }
p { color: rgb(66,75,52); }
H1.HeaderClassName
{
color: #424B34;
}
.AnyTagClassName
{
color: #424B34;
}
</style>
background-color css
<style>
a { background-color: #424B34; }
a { background-color: rgb(66,75,52); }
div.DivClassName
{
background-color: #424B34;
}
.BgClassName
{
background-color: #424B34;
}
</style>
border-color css
<style>
span { border-color: #424B34; }
span { border-color: rgb(66,75,52); }
td.TdClassName
{
border-color: #424B34;
}
.TagClassName
{
border-color: #424B34;
}
</style>