Shades of Kelp #4B5038
Tints of Kelp #4B5038
RGB
CMYK
RGB Variations
Color information
#4B5038 (or 0x4B5038) is known color: Kelp. HEX triplet: 4B, 50 and 38. RGB value is (75,80,56). Sum of RGB (Red+Green+Blue) = 75+80+56=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5038 is #B4AFC7. Grayscale: #4B4B4B. Windows color (decimal): -11841480 or 3690571. OLE color: 3690571.
HSL color Cylindrical-coordinate representation of color #4B5038: hue angle of 72.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B5038 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 80 | 56 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.69 |
| HSL | 72.5º | 0.18% | 0.27% | - |
| HSV(B) | 72.5º | 0.3% | 0.31% | - |
| XYZ | 6.48 | 7.52 | 4.85 | - |
| YUV | 75.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 56 | 0.06 | 0 | 0.30 | 0.69 | 72.5 | 0.18 | 0.27 |
| Hex | 4B | 50 | 38 | 6 | 0 | 1E | 45 | 48 | 12 | 1B |
| Octal | 113 | 120 | 70 | 6 | 0 | 36 | 105 | 110 | 22 | 33 |
| Binary | 1001011 | 1010000 | 111000 | 110 | 0 | 11110 | 1000101 | 1001000 | 10010 | 11011 |
Color Harmonies of #4B5038
Complementary color
Monochromatic Colors of #4B5038
Black with #4B5038
Text Example
Text Example
White with #4B5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5038; }
p { color: rgb(75,80,56); }
H1.HeaderClassName
{
color: #4B5038;
}
.AnyTagClassName
{
color: #4B5038;
}
</style>
background-color css
<style>
a { background-color: #4B5038; }
a { background-color: rgb(75,80,56); }
div.DivClassName
{
background-color: #4B5038;
}
.BgClassName
{
background-color: #4B5038;
}
</style>
border-color css
<style>
span { border-color: #4B5038; }
span { border-color: rgb(75,80,56); }
td.TdClassName
{
border-color: #4B5038;
}
.TagClassName
{
border-color: #4B5038;
}
</style>