Shades of Clover #454C35
Tints of Clover #454C35
RGB
CMYK
RGB Variations
Color information
#454C35 (or 0x454C35) is known color: Clover. HEX triplet: 45, 4C and 35. RGB value is (69,76,53). Sum of RGB (Red+Green+Blue) = 69+76+53=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 76 - color contains mainly: green. Hex color #454C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C35 is #BAB3CA. Grayscale: #474747. Windows color (decimal): -12235723 or 3492933. OLE color: 3492933.
HSL color Cylindrical-coordinate representation of color #454C35: hue angle of 78.26º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454C35 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 53 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.70 |
| HSL | 78.26º | 0.18% | 0.25% | - |
| HSV(B) | 78.26º | 0.3% | 0.3% | - |
| XYZ | 5.68 | 6.69 | 4.36 | - |
| YUV | 71.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 53 | 0.09 | 0 | 0.30 | 0.70 | 78.26 | 0.18 | 0.25 |
| Hex | 45 | 4C | 35 | 9 | 0 | 1E | 46 | 4E | 12 | 19 |
| Octal | 105 | 114 | 65 | 11 | 0 | 36 | 106 | 116 | 22 | 31 |
| Binary | 1000101 | 1001100 | 110101 | 1001 | 0 | 11110 | 1000110 | 1001110 | 10010 | 11001 |
Color Harmonies of #454C35
Complementary color
Monochromatic Colors of #454C35
Black with #454C35
Text Example
Text Example
White with #454C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C35; }
p { color: rgb(69,76,53); }
H1.HeaderClassName
{
color: #454C35;
}
.AnyTagClassName
{
color: #454C35;
}
</style>
background-color css
<style>
a { background-color: #454C35; }
a { background-color: rgb(69,76,53); }
div.DivClassName
{
background-color: #454C35;
}
.BgClassName
{
background-color: #454C35;
}
</style>
border-color css
<style>
span { border-color: #454C35; }
span { border-color: rgb(69,76,53); }
td.TdClassName
{
border-color: #454C35;
}
.TagClassName
{
border-color: #454C35;
}
</style>