Shades of Clover #434F34
Tints of Clover #434F34
RGB
CMYK
RGB Variations
Color information
#434F34 (or 0x434F34) is known color: Clover. HEX triplet: 43, 4F and 34. RGB value is (67,79,52). Sum of RGB (Red+Green+Blue) = 67+79+52=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #434F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F34 is #BCB0CB. Grayscale: #484848. Windows color (decimal): -12366028 or 3428163. OLE color: 3428163.
HSL color Cylindrical-coordinate representation of color #434F34: hue angle of 86.67º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #434F34 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 52 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.69 |
| HSL | 86.67º | 0.21% | 0.26% | - |
| HSV(B) | 86.67º | 0.34% | 0.31% | - |
| XYZ | 5.73 | 7.03 | 4.3 | - |
| YUV | 72.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 52 | 0.15 | 0 | 0.34 | 0.69 | 86.67 | 0.21 | 0.26 |
| Hex | 43 | 4F | 34 | F | 0 | 22 | 45 | 57 | 15 | 1A |
| Octal | 103 | 117 | 64 | 17 | 0 | 42 | 105 | 127 | 25 | 32 |
| Binary | 1000011 | 1001111 | 110100 | 1111 | 0 | 100010 | 1000101 | 1010111 | 10101 | 11010 |
Color Harmonies of #434F34
Complementary color
Monochromatic Colors of #434F34
Black with #434F34
Text Example
Text Example
White with #434F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F34; }
p { color: rgb(67,79,52); }
H1.HeaderClassName
{
color: #434F34;
}
.AnyTagClassName
{
color: #434F34;
}
</style>
background-color css
<style>
a { background-color: #434F34; }
a { background-color: rgb(67,79,52); }
div.DivClassName
{
background-color: #434F34;
}
.BgClassName
{
background-color: #434F34;
}
</style>
border-color css
<style>
span { border-color: #434F34; }
span { border-color: rgb(67,79,52); }
td.TdClassName
{
border-color: #434F34;
}
.TagClassName
{
border-color: #434F34;
}
</style>