Shades of Kelp #4B5334
Tints of Kelp #4B5334
RGB
CMYK
RGB Variations
Color information
#4B5334 (or 0x4B5334) is known color: Kelp. HEX triplet: 4B, 53 and 34. RGB value is (75,83,52). Sum of RGB (Red+Green+Blue) = 75+83+52=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5334 is #B4ACCB. Grayscale: #4D4D4D. Windows color (decimal): -11840716 or 3429195. OLE color: 3429195.
HSL color Cylindrical-coordinate representation of color #4B5334: hue angle of 75.48º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B5334 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 52 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.67 |
| HSL | 75.48º | 0.23% | 0.26% | - |
| HSV(B) | 75.48º | 0.37% | 0.33% | - |
| XYZ | 6.61 | 7.93 | 4.43 | - |
| YUV | 77.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 52 | 0.10 | 0 | 0.37 | 0.67 | 75.48 | 0.23 | 0.26 |
| Hex | 4B | 53 | 34 | A | 0 | 25 | 43 | 4B | 17 | 1A |
| Octal | 113 | 123 | 64 | 12 | 0 | 45 | 103 | 113 | 27 | 32 |
| Binary | 1001011 | 1010011 | 110100 | 1010 | 0 | 100101 | 1000011 | 1001011 | 10111 | 11010 |
Color Harmonies of #4B5334
Complementary color
Monochromatic Colors of #4B5334
Black with #4B5334
Text Example
Text Example
White with #4B5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5334; }
p { color: rgb(75,83,52); }
H1.HeaderClassName
{
color: #4B5334;
}
.AnyTagClassName
{
color: #4B5334;
}
</style>
background-color css
<style>
a { background-color: #4B5334; }
a { background-color: rgb(75,83,52); }
div.DivClassName
{
background-color: #4B5334;
}
.BgClassName
{
background-color: #4B5334;
}
</style>
border-color css
<style>
span { border-color: #4B5334; }
span { border-color: rgb(75,83,52); }
td.TdClassName
{
border-color: #4B5334;
}
.TagClassName
{
border-color: #4B5334;
}
</style>