Shades of Clover #454C38
Tints of Clover #454C38
RGB
CMYK
RGB Variations
Color information
#454C38 (or 0x454C38) is known color: Clover. HEX triplet: 45, 4C and 38. RGB value is (69,76,56). Sum of RGB (Red+Green+Blue) = 69+76+56=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 76 - color contains mainly: green. Hex color #454C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C38 is #BAB3C7. Grayscale: #474747. Windows color (decimal): -12235720 or 3689541. OLE color: 3689541.
HSL color Cylindrical-coordinate representation of color #454C38: hue angle of 81º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #454C38 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 56 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.70 |
| HSL | 81º | 0.15% | 0.26% | - |
| HSV(B) | 81º | 0.26% | 0.3% | - |
| XYZ | 5.75 | 6.72 | 4.74 | - |
| YUV | 71.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 56 | 0.09 | 0 | 0.26 | 0.70 | 81 | 0.15 | 0.26 |
| Hex | 45 | 4C | 38 | 9 | 0 | 1A | 46 | 51 | F | 1A |
| Octal | 105 | 114 | 70 | 11 | 0 | 32 | 106 | 121 | 17 | 32 |
| Binary | 1000101 | 1001100 | 111000 | 1001 | 0 | 11010 | 1000110 | 1010001 | 1111 | 11010 |
Color Harmonies of #454C38
Complementary color
Monochromatic Colors of #454C38
Black with #454C38
Text Example
Text Example
White with #454C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C38; }
p { color: rgb(69,76,56); }
H1.HeaderClassName
{
color: #454C38;
}
.AnyTagClassName
{
color: #454C38;
}
</style>
background-color css
<style>
a { background-color: #454C38; }
a { background-color: rgb(69,76,56); }
div.DivClassName
{
background-color: #454C38;
}
.BgClassName
{
background-color: #454C38;
}
</style>
border-color css
<style>
span { border-color: #454C38; }
span { border-color: rgb(69,76,56); }
td.TdClassName
{
border-color: #454C38;
}
.TagClassName
{
border-color: #454C38;
}
</style>