Shades of Clover #4B5430
Tints of Clover #4B5430
RGB
CMYK
RGB Variations
Color information
#4B5430 (or 0x4B5430) is known color: Clover. HEX triplet: 4B, 54 and 30. RGB value is (75,84,48). Sum of RGB (Red+Green+Blue) = 75+84+48=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5430 is #B4ABCF. Grayscale: #4D4D4D. Windows color (decimal): -11840464 or 3167307. OLE color: 3167307.
HSL color Cylindrical-coordinate representation of color #4B5430: hue angle of 75º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B5430 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 48 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.67 |
| HSL | 75º | 0.27% | 0.26% | - |
| HSV(B) | 75º | 0.43% | 0.33% | - |
| XYZ | 6.61 | 8.05 | 4 | - |
| YUV | 77.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 48 | 0.11 | 0 | 0.43 | 0.67 | 75 | 0.27 | 0.26 |
| Hex | 4B | 54 | 30 | B | 0 | 2B | 43 | 4B | 1B | 1A |
| Octal | 113 | 124 | 60 | 13 | 0 | 53 | 103 | 113 | 33 | 32 |
| Binary | 1001011 | 1010100 | 110000 | 1011 | 0 | 101011 | 1000011 | 1001011 | 11011 | 11010 |
Color Harmonies of #4B5430
Complementary color
Monochromatic Colors of #4B5430
Black with #4B5430
Text Example
Text Example
White with #4B5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5430; }
p { color: rgb(75,84,48); }
H1.HeaderClassName
{
color: #4B5430;
}
.AnyTagClassName
{
color: #4B5430;
}
</style>
background-color css
<style>
a { background-color: #4B5430; }
a { background-color: rgb(75,84,48); }
div.DivClassName
{
background-color: #4B5430;
}
.BgClassName
{
background-color: #4B5430;
}
</style>
border-color css
<style>
span { border-color: #4B5430; }
span { border-color: rgb(75,84,48); }
td.TdClassName
{
border-color: #4B5430;
}
.TagClassName
{
border-color: #4B5430;
}
</style>