Shades of Clover #4B5A30
Tints of Clover #4B5A30
RGB
CMYK
RGB Variations
Color information
#4B5A30 (or 0x4B5A30) is known color: Clover. HEX triplet: 4B, 5A and 30. RGB value is (75,90,48). Sum of RGB (Red+Green+Blue) = 75+90+48=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A30 is #B4A5CF. Grayscale: #505050. Windows color (decimal): -11838928 or 3168843. OLE color: 3168843.
HSL color Cylindrical-coordinate representation of color #4B5A30: hue angle of 81.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B5A30 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
RGB | 75 | 90 | 48 | - |
CMYK | 0.17 | 0 | 0.47 | 0.65 |
HSL | 81.43º | 0.3% | 0.27% | - |
HSV(B) | 81.43º | 0.47% | 0.35% | - |
XYZ | 7.09 | 9.02 | 4.16 | - |
YUV | 80.73 | 109.53 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 90 | 48 | 0.17 | 0 | 0.47 | 0.65 | 81.43 | 0.3 | 0.27 |
Hex | 4B | 5A | 30 | 11 | 0 | 2F | 41 | 51 | 1E | 1B |
Octal | 113 | 132 | 60 | 21 | 0 | 57 | 101 | 121 | 36 | 33 |
Binary | 1001011 | 1011010 | 110000 | 10001 | 0 | 101111 | 1000001 | 1010001 | 11110 | 11011 |
Color Harmonies of #4B5A30
Complementary color
Monochromatic Colors of #4B5A30
Black with #4B5A30
Text Example
Text Example
White with #4B5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A30; }
p { color: rgb(75,90,48); }
H1.HeaderClassName
{
color: #4B5A30;
}
.AnyTagClassName
{
color: #4B5A30;
}
</style>
background-color css
<style>
a { background-color: #4B5A30; }
a { background-color: rgb(75,90,48); }
div.DivClassName
{
background-color: #4B5A30;
}
.BgClassName
{
background-color: #4B5A30;
}
</style>
border-color css
<style>
span { border-color: #4B5A30; }
span { border-color: rgb(75,90,48); }
td.TdClassName
{
border-color: #4B5A30;
}
.TagClassName
{
border-color: #4B5A30;
}
</style>