Shades of Clover #454C36
Tints of Clover #454C36
RGB
CMYK
RGB Variations
Color information
#454C36 (or 0x454C36) is known color: Clover. HEX triplet: 45, 4C and 36. RGB value is (69,76,54). Sum of RGB (Red+Green+Blue) = 69+76+54=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #454C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C36 is #BAB3C9. Grayscale: #474747. Windows color (decimal): -12235722 or 3558469. OLE color: 3558469.
HSL color Cylindrical-coordinate representation of color #454C36: hue angle of 79.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #454C36 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 54 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.70 |
| HSL | 79.09º | 0.17% | 0.25% | - |
| HSV(B) | 79.09º | 0.29% | 0.3% | - |
| XYZ | 5.7 | 6.7 | 4.48 | - |
| YUV | 71.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 54 | 0.09 | 0 | 0.29 | 0.70 | 79.09 | 0.17 | 0.25 |
| Hex | 45 | 4C | 36 | 9 | 0 | 1D | 46 | 4F | 11 | 19 |
| Octal | 105 | 114 | 66 | 11 | 0 | 35 | 106 | 117 | 21 | 31 |
| Binary | 1000101 | 1001100 | 110110 | 1001 | 0 | 11101 | 1000110 | 1001111 | 10001 | 11001 |
Color Harmonies of #454C36
Complementary color
Monochromatic Colors of #454C36
Black with #454C36
Text Example
Text Example
White with #454C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C36; }
p { color: rgb(69,76,54); }
H1.HeaderClassName
{
color: #454C36;
}
.AnyTagClassName
{
color: #454C36;
}
</style>
background-color css
<style>
a { background-color: #454C36; }
a { background-color: rgb(69,76,54); }
div.DivClassName
{
background-color: #454C36;
}
.BgClassName
{
background-color: #454C36;
}
</style>
border-color css
<style>
span { border-color: #454C36; }
span { border-color: rgb(69,76,54); }
td.TdClassName
{
border-color: #454C36;
}
.TagClassName
{
border-color: #454C36;
}
</style>