Shades of Clover #424B36
Tints of Clover #424B36
RGB
CMYK
RGB Variations
Color information
#424B36 (or 0x424B36) is known color: Clover. HEX triplet: 42, 4B and 36. RGB value is (66,75,54). Sum of RGB (Red+Green+Blue) = 66+75+54=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #424B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B36 is #BDB4C9. Grayscale: #454545. Windows color (decimal): -12432586 or 3558210. OLE color: 3558210.
HSL color Cylindrical-coordinate representation of color #424B36: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424B36 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 54 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.71 |
| HSL | 85.71º | 0.16% | 0.25% | - |
| HSV(B) | 85.71º | 0.28% | 0.29% | - |
| XYZ | 5.43 | 6.46 | 4.45 | - |
| YUV | 69.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 54 | 0.12 | 0 | 0.28 | 0.71 | 85.71 | 0.16 | 0.25 |
| Hex | 42 | 4B | 36 | C | 0 | 1C | 47 | 56 | 10 | 19 |
| Octal | 102 | 113 | 66 | 14 | 0 | 34 | 107 | 126 | 20 | 31 |
| Binary | 1000010 | 1001011 | 110110 | 1100 | 0 | 11100 | 1000111 | 1010110 | 10000 | 11001 |
Color Harmonies of #424B36
Complementary color
Monochromatic Colors of #424B36
Black with #424B36
Text Example
Text Example
White with #424B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B36; }
p { color: rgb(66,75,54); }
H1.HeaderClassName
{
color: #424B36;
}
.AnyTagClassName
{
color: #424B36;
}
</style>
background-color css
<style>
a { background-color: #424B36; }
a { background-color: rgb(66,75,54); }
div.DivClassName
{
background-color: #424B36;
}
.BgClassName
{
background-color: #424B36;
}
</style>
border-color css
<style>
span { border-color: #424B36; }
span { border-color: rgb(66,75,54); }
td.TdClassName
{
border-color: #424B36;
}
.TagClassName
{
border-color: #424B36;
}
</style>