Shades of Kelp #4B5231
Tints of Kelp #4B5231
RGB
CMYK
RGB Variations
Color information
#4B5231 (or 0x4B5231) is known color: Kelp. HEX triplet: 4B, 52 and 31. RGB value is (75,82,49). Sum of RGB (Red+Green+Blue) = 75+82+49=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5231 is #B4ADCE. Grayscale: #4C4C4C. Windows color (decimal): -11840975 or 3232331. OLE color: 3232331.
HSL color Cylindrical-coordinate representation of color #4B5231: hue angle of 72.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B5231 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 82 | 49 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.68 |
| HSL | 72.73º | 0.25% | 0.26% | - |
| HSV(B) | 72.73º | 0.4% | 0.32% | - |
| XYZ | 6.47 | 7.75 | 4.06 | - |
| YUV | 76.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 49 | 0.09 | 0 | 0.40 | 0.68 | 72.73 | 0.25 | 0.26 |
| Hex | 4B | 52 | 31 | 9 | 0 | 28 | 44 | 49 | 19 | 1A |
| Octal | 113 | 122 | 61 | 11 | 0 | 50 | 104 | 111 | 31 | 32 |
| Binary | 1001011 | 1010010 | 110001 | 1001 | 0 | 101000 | 1000100 | 1001001 | 11001 | 11010 |
Color Harmonies of #4B5231
Complementary color
Monochromatic Colors of #4B5231
Black with #4B5231
Text Example
Text Example
White with #4B5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5231; }
p { color: rgb(75,82,49); }
H1.HeaderClassName
{
color: #4B5231;
}
.AnyTagClassName
{
color: #4B5231;
}
</style>
background-color css
<style>
a { background-color: #4B5231; }
a { background-color: rgb(75,82,49); }
div.DivClassName
{
background-color: #4B5231;
}
.BgClassName
{
background-color: #4B5231;
}
</style>
border-color css
<style>
span { border-color: #4B5231; }
span { border-color: rgb(75,82,49); }
td.TdClassName
{
border-color: #4B5231;
}
.TagClassName
{
border-color: #4B5231;
}
</style>