Shades of Kelp #4A4E35
Tints of Kelp #4A4E35
RGB
CMYK
RGB Variations
Color information
#4A4E35 (or 0x4A4E35) is known color: Kelp. HEX triplet: 4A, 4E and 35. RGB value is (74,78,53). Sum of RGB (Red+Green+Blue) = 74+78+53=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4E35 is #B5B1CA. Grayscale: #4A4A4A. Windows color (decimal): -11907531 or 3493450. OLE color: 3493450.
HSL color Cylindrical-coordinate representation of color #4A4E35: hue angle of 69.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A4E35 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 78 | 53 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.69 |
| HSL | 69.6º | 0.19% | 0.26% | - |
| HSV(B) | 69.6º | 0.32% | 0.31% | - |
| XYZ | 6.19 | 7.16 | 4.42 | - |
| YUV | 73.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 53 | 0.05 | 0 | 0.32 | 0.69 | 69.6 | 0.19 | 0.26 |
| Hex | 4A | 4E | 35 | 5 | 0 | 20 | 45 | 46 | 13 | 1A |
| Octal | 112 | 116 | 65 | 5 | 0 | 40 | 105 | 106 | 23 | 32 |
| Binary | 1001010 | 1001110 | 110101 | 101 | 0 | 100000 | 1000101 | 1000110 | 10011 | 11010 |
Color Harmonies of #4A4E35
Complementary color
Monochromatic Colors of #4A4E35
Black with #4A4E35
Text Example
Text Example
White with #4A4E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4E35; }
p { color: rgb(74,78,53); }
H1.HeaderClassName
{
color: #4A4E35;
}
.AnyTagClassName
{
color: #4A4E35;
}
</style>
background-color css
<style>
a { background-color: #4A4E35; }
a { background-color: rgb(74,78,53); }
div.DivClassName
{
background-color: #4A4E35;
}
.BgClassName
{
background-color: #4A4E35;
}
</style>
border-color css
<style>
span { border-color: #4A4E35; }
span { border-color: rgb(74,78,53); }
td.TdClassName
{
border-color: #4A4E35;
}
.TagClassName
{
border-color: #4A4E35;
}
</style>