Shades of Kelp #4B5333
Tints of Kelp #4B5333
RGB
CMYK
RGB Variations
Color information
#4B5333 (or 0x4B5333) is known color: Kelp. HEX triplet: 4B, 53 and 33. RGB value is (75,83,51). Sum of RGB (Red+Green+Blue) = 75+83+51=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5333 is #B4ACCC. Grayscale: #4D4D4D. Windows color (decimal): -11840717 or 3363659. OLE color: 3363659.
HSL color Cylindrical-coordinate representation of color #4B5333: hue angle of 75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B5333 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 51 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.67 |
| HSL | 75º | 0.24% | 0.26% | - |
| HSV(B) | 75º | 0.39% | 0.33% | - |
| XYZ | 6.59 | 7.92 | 4.31 | - |
| YUV | 76.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 51 | 0.10 | 0 | 0.39 | 0.67 | 75 | 0.24 | 0.26 |
| Hex | 4B | 53 | 33 | A | 0 | 27 | 43 | 4B | 18 | 1A |
| Octal | 113 | 123 | 63 | 12 | 0 | 47 | 103 | 113 | 30 | 32 |
| Binary | 1001011 | 1010011 | 110011 | 1010 | 0 | 100111 | 1000011 | 1001011 | 11000 | 11010 |
Color Harmonies of #4B5333
Complementary color
Monochromatic Colors of #4B5333
Black with #4B5333
Text Example
Text Example
White with #4B5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5333; }
p { color: rgb(75,83,51); }
H1.HeaderClassName
{
color: #4B5333;
}
.AnyTagClassName
{
color: #4B5333;
}
</style>
background-color css
<style>
a { background-color: #4B5333; }
a { background-color: rgb(75,83,51); }
div.DivClassName
{
background-color: #4B5333;
}
.BgClassName
{
background-color: #4B5333;
}
</style>
border-color css
<style>
span { border-color: #4B5333; }
span { border-color: rgb(75,83,51); }
td.TdClassName
{
border-color: #4B5333;
}
.TagClassName
{
border-color: #4B5333;
}
</style>