Shades of Kelp #4A5135
Tints of Kelp #4A5135
RGB
CMYK
RGB Variations
Color information
#4A5135 (or 0x4A5135) is known color: Kelp. HEX triplet: 4A, 51 and 35. RGB value is (74,81,53). Sum of RGB (Red+Green+Blue) = 74+81+53=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5135 is #B5AECA. Grayscale: #4B4B4B. Windows color (decimal): -11906763 or 3494218. OLE color: 3494218.
HSL color Cylindrical-coordinate representation of color #4A5135: hue angle of 75º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A5135 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 53 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.68 |
| HSL | 75º | 0.21% | 0.26% | - |
| HSV(B) | 75º | 0.35% | 0.32% | - |
| XYZ | 6.41 | 7.6 | 4.5 | - |
| YUV | 75.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 53 | 0.09 | 0 | 0.35 | 0.68 | 75 | 0.21 | 0.26 |
| Hex | 4A | 51 | 35 | 9 | 0 | 23 | 44 | 4B | 15 | 1A |
| Octal | 112 | 121 | 65 | 11 | 0 | 43 | 104 | 113 | 25 | 32 |
| Binary | 1001010 | 1010001 | 110101 | 1001 | 0 | 100011 | 1000100 | 1001011 | 10101 | 11010 |
Color Harmonies of #4A5135
Complementary color
Monochromatic Colors of #4A5135
Black with #4A5135
Text Example
Text Example
White with #4A5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5135; }
p { color: rgb(74,81,53); }
H1.HeaderClassName
{
color: #4A5135;
}
.AnyTagClassName
{
color: #4A5135;
}
</style>
background-color css
<style>
a { background-color: #4A5135; }
a { background-color: rgb(74,81,53); }
div.DivClassName
{
background-color: #4A5135;
}
.BgClassName
{
background-color: #4A5135;
}
</style>
border-color css
<style>
span { border-color: #4A5135; }
span { border-color: rgb(74,81,53); }
td.TdClassName
{
border-color: #4A5135;
}
.TagClassName
{
border-color: #4A5135;
}
</style>