Shades of Kelp #474C33
Tints of Kelp #474C33
RGB
CMYK
RGB Variations
Color information
#474C33 (or 0x474C33) is known color: Kelp. HEX triplet: 47, 4C and 33. RGB value is (71,76,51). Sum of RGB (Red+Green+Blue) = 71+76+51=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 76 - color contains mainly: green. Hex color #474C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C33 is #B8B3CC. Grayscale: #474747. Windows color (decimal): -12104653 or 3361863. OLE color: 3361863.
HSL color Cylindrical-coordinate representation of color #474C33: hue angle of 72º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474C33 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 51 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.70 |
| HSL | 72º | 0.2% | 0.25% | - |
| HSV(B) | 72º | 0.33% | 0.3% | - |
| XYZ | 5.78 | 6.75 | 4.13 | - |
| YUV | 71.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 51 | 0.07 | 0 | 0.33 | 0.70 | 72 | 0.2 | 0.25 |
| Hex | 47 | 4C | 33 | 7 | 0 | 21 | 46 | 48 | 14 | 19 |
| Octal | 107 | 114 | 63 | 7 | 0 | 41 | 106 | 110 | 24 | 31 |
| Binary | 1000111 | 1001100 | 110011 | 111 | 0 | 100001 | 1000110 | 1001000 | 10100 | 11001 |
Color Harmonies of #474C33
Complementary color
Monochromatic Colors of #474C33
Black with #474C33
Text Example
Text Example
White with #474C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C33; }
p { color: rgb(71,76,51); }
H1.HeaderClassName
{
color: #474C33;
}
.AnyTagClassName
{
color: #474C33;
}
</style>
background-color css
<style>
a { background-color: #474C33; }
a { background-color: rgb(71,76,51); }
div.DivClassName
{
background-color: #474C33;
}
.BgClassName
{
background-color: #474C33;
}
</style>
border-color css
<style>
span { border-color: #474C33; }
span { border-color: rgb(71,76,51); }
td.TdClassName
{
border-color: #474C33;
}
.TagClassName
{
border-color: #474C33;
}
</style>