Shades of Clover #434F30
Tints of Clover #434F30
RGB
CMYK
RGB Variations
Color information
#434F30 (or 0x434F30) is known color: Clover. HEX triplet: 43, 4F and 30. RGB value is (67,79,48). Sum of RGB (Red+Green+Blue) = 67+79+48=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #434F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F30 is #BCB0CF. Grayscale: #474747. Windows color (decimal): -12366032 or 3166019. OLE color: 3166019.
HSL color Cylindrical-coordinate representation of color #434F30: hue angle of 83.23º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434F30 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 48 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.69 |
| HSL | 83.23º | 0.24% | 0.25% | - |
| HSV(B) | 83.23º | 0.39% | 0.31% | - |
| XYZ | 5.64 | 7 | 3.85 | - |
| YUV | 71.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 48 | 0.15 | 0 | 0.39 | 0.69 | 83.23 | 0.24 | 0.25 |
| Hex | 43 | 4F | 30 | F | 0 | 27 | 45 | 53 | 18 | 19 |
| Octal | 103 | 117 | 60 | 17 | 0 | 47 | 105 | 123 | 30 | 31 |
| Binary | 1000011 | 1001111 | 110000 | 1111 | 0 | 100111 | 1000101 | 1010011 | 11000 | 11001 |
Color Harmonies of #434F30
Complementary color
Monochromatic Colors of #434F30
Black with #434F30
Text Example
Text Example
White with #434F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F30; }
p { color: rgb(67,79,48); }
H1.HeaderClassName
{
color: #434F30;
}
.AnyTagClassName
{
color: #434F30;
}
</style>
background-color css
<style>
a { background-color: #434F30; }
a { background-color: rgb(67,79,48); }
div.DivClassName
{
background-color: #434F30;
}
.BgClassName
{
background-color: #434F30;
}
</style>
border-color css
<style>
span { border-color: #434F30; }
span { border-color: rgb(67,79,48); }
td.TdClassName
{
border-color: #434F30;
}
.TagClassName
{
border-color: #434F30;
}
</style>