Shades of Kelp #474C36
Tints of Kelp #474C36
RGB
CMYK
RGB Variations
Color information
#474C36 (or 0x474C36) is known color: Kelp. HEX triplet: 47, 4C and 36. RGB value is (71,76,54). Sum of RGB (Red+Green+Blue) = 71+76+54=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 76 - color contains mainly: green. Hex color #474C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C36 is #B8B3C9. Grayscale: #484848. Windows color (decimal): -12104650 or 3558471. OLE color: 3558471.
HSL color Cylindrical-coordinate representation of color #474C36: hue angle of 73.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #474C36 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 54 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.70 |
| HSL | 73.64º | 0.17% | 0.25% | - |
| HSV(B) | 73.64º | 0.29% | 0.3% | - |
| XYZ | 5.85 | 6.77 | 4.49 | - |
| YUV | 72 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 54 | 0.07 | 0 | 0.29 | 0.70 | 73.64 | 0.17 | 0.25 |
| Hex | 47 | 4C | 36 | 7 | 0 | 1D | 46 | 4A | 11 | 19 |
| Octal | 107 | 114 | 66 | 7 | 0 | 35 | 106 | 112 | 21 | 31 |
| Binary | 1000111 | 1001100 | 110110 | 111 | 0 | 11101 | 1000110 | 1001010 | 10001 | 11001 |
Color Harmonies of #474C36
Complementary color
Monochromatic Colors of #474C36
Black with #474C36
Text Example
Text Example
White with #474C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C36; }
p { color: rgb(71,76,54); }
H1.HeaderClassName
{
color: #474C36;
}
.AnyTagClassName
{
color: #474C36;
}
</style>
background-color css
<style>
a { background-color: #474C36; }
a { background-color: rgb(71,76,54); }
div.DivClassName
{
background-color: #474C36;
}
.BgClassName
{
background-color: #474C36;
}
</style>
border-color css
<style>
span { border-color: #474C36; }
span { border-color: rgb(71,76,54); }
td.TdClassName
{
border-color: #474C36;
}
.TagClassName
{
border-color: #474C36;
}
</style>