Shades of Kelp #484E35
Tints of Kelp #484E35
RGB
CMYK
RGB Variations
Color information
#484E35 (or 0x484E35) is known color: Kelp. HEX triplet: 48, 4E and 35. RGB value is (72,78,53). Sum of RGB (Red+Green+Blue) = 72+78+53=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 78 - color contains mainly: green. Hex color #484E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E35 is #B7B1CA. Grayscale: #494949. Windows color (decimal): -12038603 or 3493448. OLE color: 3493448.
HSL color Cylindrical-coordinate representation of color #484E35: hue angle of 74.4º 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 #484E35 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 53 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.69 |
| HSL | 74.4º | 0.19% | 0.26% | - |
| HSV(B) | 74.4º | 0.32% | 0.31% | - |
| XYZ | 6.04 | 7.08 | 4.42 | - |
| YUV | 73.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 53 | 0.08 | 0 | 0.32 | 0.69 | 74.4 | 0.19 | 0.26 |
| Hex | 48 | 4E | 35 | 8 | 0 | 20 | 45 | 4A | 13 | 1A |
| Octal | 110 | 116 | 65 | 10 | 0 | 40 | 105 | 112 | 23 | 32 |
| Binary | 1001000 | 1001110 | 110101 | 1000 | 0 | 100000 | 1000101 | 1001010 | 10011 | 11010 |
Color Harmonies of #484E35
Complementary color
Monochromatic Colors of #484E35
Black with #484E35
Text Example
Text Example
White with #484E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E35; }
p { color: rgb(72,78,53); }
H1.HeaderClassName
{
color: #484E35;
}
.AnyTagClassName
{
color: #484E35;
}
</style>
background-color css
<style>
a { background-color: #484E35; }
a { background-color: rgb(72,78,53); }
div.DivClassName
{
background-color: #484E35;
}
.BgClassName
{
background-color: #484E35;
}
</style>
border-color css
<style>
span { border-color: #484E35; }
span { border-color: rgb(72,78,53); }
td.TdClassName
{
border-color: #484E35;
}
.TagClassName
{
border-color: #484E35;
}
</style>