Shades of Clover #454F34
Tints of Clover #454F34
RGB
CMYK
RGB Variations
Color information
#454F34 (or 0x454F34) is known color: Clover. HEX triplet: 45, 4F and 34. RGB value is (69,79,52). Sum of RGB (Red+Green+Blue) = 69+79+52=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #454F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F34 is #BAB0CB. Grayscale: #494949. Windows color (decimal): -12234956 or 3428165. OLE color: 3428165.
HSL color Cylindrical-coordinate representation of color #454F34: hue angle of 82.22º 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 #454F34 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 52 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.69 |
| HSL | 82.22º | 0.21% | 0.26% | - |
| HSV(B) | 82.22º | 0.34% | 0.31% | - |
| XYZ | 5.87 | 7.11 | 4.31 | - |
| YUV | 72.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 52 | 0.13 | 0 | 0.34 | 0.69 | 82.22 | 0.21 | 0.26 |
| Hex | 45 | 4F | 34 | D | 0 | 22 | 45 | 52 | 15 | 1A |
| Octal | 105 | 117 | 64 | 15 | 0 | 42 | 105 | 122 | 25 | 32 |
| Binary | 1000101 | 1001111 | 110100 | 1101 | 0 | 100010 | 1000101 | 1010010 | 10101 | 11010 |
Color Harmonies of #454F34
Complementary color
Monochromatic Colors of #454F34
Black with #454F34
Text Example
Text Example
White with #454F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F34; }
p { color: rgb(69,79,52); }
H1.HeaderClassName
{
color: #454F34;
}
.AnyTagClassName
{
color: #454F34;
}
</style>
background-color css
<style>
a { background-color: #454F34; }
a { background-color: rgb(69,79,52); }
div.DivClassName
{
background-color: #454F34;
}
.BgClassName
{
background-color: #454F34;
}
</style>
border-color css
<style>
span { border-color: #454F34; }
span { border-color: rgb(69,79,52); }
td.TdClassName
{
border-color: #454F34;
}
.TagClassName
{
border-color: #454F34;
}
</style>