Shades of Kelp #474C38
Tints of Kelp #474C38
RGB
CMYK
RGB Variations
Color information
#474C38 (or 0x474C38) is known color: Kelp. HEX triplet: 47, 4C and 38. RGB value is (71,76,56). Sum of RGB (Red+Green+Blue) = 71+76+56=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 76 - color contains mainly: green. Hex color #474C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C38 is #B8B3C7. Grayscale: #484848. Windows color (decimal): -12104648 or 3689543. OLE color: 3689543.
HSL color Cylindrical-coordinate representation of color #474C38: hue angle of 75º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #474C38 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 56 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.70 |
| HSL | 75º | 0.15% | 0.26% | - |
| HSV(B) | 75º | 0.26% | 0.3% | - |
| XYZ | 5.9 | 6.79 | 4.74 | - |
| YUV | 72.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 56 | 0.07 | 0 | 0.26 | 0.70 | 75 | 0.15 | 0.26 |
| Hex | 47 | 4C | 38 | 7 | 0 | 1A | 46 | 4B | F | 1A |
| Octal | 107 | 114 | 70 | 7 | 0 | 32 | 106 | 113 | 17 | 32 |
| Binary | 1000111 | 1001100 | 111000 | 111 | 0 | 11010 | 1000110 | 1001011 | 1111 | 11010 |
Color Harmonies of #474C38
Complementary color
Monochromatic Colors of #474C38
Black with #474C38
Text Example
Text Example
White with #474C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C38; }
p { color: rgb(71,76,56); }
H1.HeaderClassName
{
color: #474C38;
}
.AnyTagClassName
{
color: #474C38;
}
</style>
background-color css
<style>
a { background-color: #474C38; }
a { background-color: rgb(71,76,56); }
div.DivClassName
{
background-color: #474C38;
}
.BgClassName
{
background-color: #474C38;
}
</style>
border-color css
<style>
span { border-color: #474C38; }
span { border-color: rgb(71,76,56); }
td.TdClassName
{
border-color: #474C38;
}
.TagClassName
{
border-color: #474C38;
}
</style>