Shades of Kelp #474C34
Tints of Kelp #474C34
RGB
CMYK
RGB Variations
Color information
#474C34 (or 0x474C34) is known color: Kelp. HEX triplet: 47, 4C and 34. RGB value is (71,76,52). Sum of RGB (Red+Green+Blue) = 71+76+52=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #474C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C34 is #B8B3CB. Grayscale: #474747. Windows color (decimal): -12104652 or 3427399. OLE color: 3427399.
HSL color Cylindrical-coordinate representation of color #474C34: hue angle of 72.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474C34 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 52 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.70 |
| HSL | 72.5º | 0.19% | 0.25% | - |
| HSV(B) | 72.5º | 0.32% | 0.3% | - |
| XYZ | 5.8 | 6.76 | 4.25 | - |
| YUV | 71.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 52 | 0.07 | 0 | 0.32 | 0.70 | 72.5 | 0.19 | 0.25 |
| Hex | 47 | 4C | 34 | 7 | 0 | 20 | 46 | 48 | 13 | 19 |
| Octal | 107 | 114 | 64 | 7 | 0 | 40 | 106 | 110 | 23 | 31 |
| Binary | 1000111 | 1001100 | 110100 | 111 | 0 | 100000 | 1000110 | 1001000 | 10011 | 11001 |
Color Harmonies of #474C34
Complementary color
Monochromatic Colors of #474C34
Black with #474C34
Text Example
Text Example
White with #474C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C34; }
p { color: rgb(71,76,52); }
H1.HeaderClassName
{
color: #474C34;
}
.AnyTagClassName
{
color: #474C34;
}
</style>
background-color css
<style>
a { background-color: #474C34; }
a { background-color: rgb(71,76,52); }
div.DivClassName
{
background-color: #474C34;
}
.BgClassName
{
background-color: #474C34;
}
</style>
border-color css
<style>
span { border-color: #474C34; }
span { border-color: rgb(71,76,52); }
td.TdClassName
{
border-color: #474C34;
}
.TagClassName
{
border-color: #474C34;
}
</style>