Shades of Clover #475B23
Tints of Clover #475B23
RGB
CMYK
RGB Variations
Color information
#475B23 (or 0x475B23) is known color: Clover. HEX triplet: 47, 5B and 23. RGB value is (71,91,35). Sum of RGB (Red+Green+Blue) = 71+91+35=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #475B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B23 is #B8A4DC. Grayscale: #4E4E4E. Windows color (decimal): -12100829 or 2317127. OLE color: 2317127.
HSL color Cylindrical-coordinate representation of color #475B23: hue angle of 81.43º 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 #475B23 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 35 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.64 |
| HSL | 81.43º | 0.44% | 0.25% | - |
| HSV(B) | 81.43º | 0.62% | 0.36% | - |
| XYZ | 6.64 | 8.94 | 2.97 | - |
| YUV | 78.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 35 | 0.22 | 0 | 0.62 | 0.64 | 81.43 | 0.44 | 0.25 |
| Hex | 47 | 5B | 23 | 16 | 0 | 3E | 40 | 51 | 2C | 19 |
| Octal | 107 | 133 | 43 | 26 | 0 | 76 | 100 | 121 | 54 | 31 |
| Binary | 1000111 | 1011011 | 100011 | 10110 | 0 | 111110 | 1000000 | 1010001 | 101100 | 11001 |
Color Harmonies of #475B23
Complementary color
Monochromatic Colors of #475B23
Black with #475B23
Text Example
Text Example
White with #475B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B23; }
p { color: rgb(71,91,35); }
H1.HeaderClassName
{
color: #475B23;
}
.AnyTagClassName
{
color: #475B23;
}
</style>
background-color css
<style>
a { background-color: #475B23; }
a { background-color: rgb(71,91,35); }
div.DivClassName
{
background-color: #475B23;
}
.BgClassName
{
background-color: #475B23;
}
</style>
border-color css
<style>
span { border-color: #475B23; }
span { border-color: rgb(71,91,35); }
td.TdClassName
{
border-color: #475B23;
}
.TagClassName
{
border-color: #475B23;
}
</style>