Shades of Kelp #474D35
Tints of Kelp #474D35
RGB
CMYK
RGB Variations
Color information
#474D35 (or 0x474D35) is known color: Kelp. HEX triplet: 47, 4D and 35. RGB value is (71,77,53). Sum of RGB (Red+Green+Blue) = 71+77+53=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #474D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D35 is #B8B2CA. Grayscale: #484848. Windows color (decimal): -12104395 or 3493191. OLE color: 3493191.
HSL color Cylindrical-coordinate representation of color #474D35: hue angle of 75º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474D35 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 77 | 53 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.70 |
| HSL | 75º | 0.18% | 0.25% | - |
| HSV(B) | 75º | 0.31% | 0.3% | - |
| XYZ | 5.9 | 6.9 | 4.39 | - |
| YUV | 72.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 53 | 0.08 | 0 | 0.31 | 0.70 | 75 | 0.18 | 0.25 |
| Hex | 47 | 4D | 35 | 8 | 0 | 1F | 46 | 4B | 12 | 19 |
| Octal | 107 | 115 | 65 | 10 | 0 | 37 | 106 | 113 | 22 | 31 |
| Binary | 1000111 | 1001101 | 110101 | 1000 | 0 | 11111 | 1000110 | 1001011 | 10010 | 11001 |
Color Harmonies of #474D35
Complementary color
Monochromatic Colors of #474D35
Black with #474D35
Text Example
Text Example
White with #474D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D35; }
p { color: rgb(71,77,53); }
H1.HeaderClassName
{
color: #474D35;
}
.AnyTagClassName
{
color: #474D35;
}
</style>
background-color css
<style>
a { background-color: #474D35; }
a { background-color: rgb(71,77,53); }
div.DivClassName
{
background-color: #474D35;
}
.BgClassName
{
background-color: #474D35;
}
</style>
border-color css
<style>
span { border-color: #474D35; }
span { border-color: rgb(71,77,53); }
td.TdClassName
{
border-color: #474D35;
}
.TagClassName
{
border-color: #474D35;
}
</style>