Shades of Clover #405B23
Tints of Clover #405B23
RGB
CMYK
RGB Variations
Color information
#405B23 (or 0x405B23) is known color: Clover. HEX triplet: 40, 5B and 23. RGB value is (64,91,35). Sum of RGB (Red+Green+Blue) = 64+91+35=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #405B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B23 is #BFA4DC. Grayscale: #4C4C4C. Windows color (decimal): -12559581 or 2317120. OLE color: 2317120.
HSL color Cylindrical-coordinate representation of color #405B23: hue angle of 88.93º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #405B23 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 35 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.64 |
| HSL | 88.93º | 0.44% | 0.25% | - |
| HSV(B) | 88.93º | 0.62% | 0.36% | - |
| XYZ | 6.16 | 8.69 | 2.94 | - |
| YUV | 76.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 35 | 0.30 | 0 | 0.62 | 0.64 | 88.93 | 0.44 | 0.25 |
| Hex | 40 | 5B | 23 | 1E | 0 | 3E | 40 | 59 | 2C | 19 |
| Octal | 100 | 133 | 43 | 36 | 0 | 76 | 100 | 131 | 54 | 31 |
| Binary | 1000000 | 1011011 | 100011 | 11110 | 0 | 111110 | 1000000 | 1011001 | 101100 | 11001 |
Color Harmonies of #405B23
Complementary color
Monochromatic Colors of #405B23
Black with #405B23
Text Example
Text Example
White with #405B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B23; }
p { color: rgb(64,91,35); }
H1.HeaderClassName
{
color: #405B23;
}
.AnyTagClassName
{
color: #405B23;
}
</style>
background-color css
<style>
a { background-color: #405B23; }
a { background-color: rgb(64,91,35); }
div.DivClassName
{
background-color: #405B23;
}
.BgClassName
{
background-color: #405B23;
}
</style>
border-color css
<style>
span { border-color: #405B23; }
span { border-color: rgb(64,91,35); }
td.TdClassName
{
border-color: #405B23;
}
.TagClassName
{
border-color: #405B23;
}
</style>