Shades of Clover #434C34
Tints of Clover #434C34
RGB
CMYK
RGB Variations
Color information
#434C34 (or 0x434C34) is known color: Clover. HEX triplet: 43, 4C and 34. RGB value is (67,76,52). Sum of RGB (Red+Green+Blue) = 67+76+52=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #434C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C34 is #BCB3CB. Grayscale: #464646. Windows color (decimal): -12366796 or 3427395. OLE color: 3427395.
HSL color Cylindrical-coordinate representation of color #434C34: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434C34 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 52 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.70 |
| HSL | 82.5º | 0.19% | 0.25% | - |
| HSV(B) | 82.5º | 0.32% | 0.3% | - |
| XYZ | 5.52 | 6.61 | 4.23 | - |
| YUV | 70.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 52 | 0.12 | 0 | 0.32 | 0.70 | 82.5 | 0.19 | 0.25 |
| Hex | 43 | 4C | 34 | C | 0 | 20 | 46 | 52 | 13 | 19 |
| Octal | 103 | 114 | 64 | 14 | 0 | 40 | 106 | 122 | 23 | 31 |
| Binary | 1000011 | 1001100 | 110100 | 1100 | 0 | 100000 | 1000110 | 1010010 | 10011 | 11001 |
Color Harmonies of #434C34
Complementary color
Monochromatic Colors of #434C34
Black with #434C34
Text Example
Text Example
White with #434C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C34; }
p { color: rgb(67,76,52); }
H1.HeaderClassName
{
color: #434C34;
}
.AnyTagClassName
{
color: #434C34;
}
</style>
background-color css
<style>
a { background-color: #434C34; }
a { background-color: rgb(67,76,52); }
div.DivClassName
{
background-color: #434C34;
}
.BgClassName
{
background-color: #434C34;
}
</style>
border-color css
<style>
span { border-color: #434C34; }
span { border-color: rgb(67,76,52); }
td.TdClassName
{
border-color: #434C34;
}
.TagClassName
{
border-color: #434C34;
}
</style>