Shades of Kelp #4A5132
Tints of Kelp #4A5132
RGB
CMYK
RGB Variations
Color information
#4A5132 (or 0x4A5132) is known color: Kelp. HEX triplet: 4A, 51 and 32. RGB value is (74,81,50). Sum of RGB (Red+Green+Blue) = 74+81+50=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5132 is #B5AECD. Grayscale: #4B4B4B. Windows color (decimal): -11906766 or 3297610. OLE color: 3297610.
HSL color Cylindrical-coordinate representation of color #4A5132: hue angle of 73.55º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A5132 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 50 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.68 |
| HSL | 73.55º | 0.24% | 0.26% | - |
| HSV(B) | 73.55º | 0.38% | 0.32% | - |
| XYZ | 6.34 | 7.57 | 4.14 | - |
| YUV | 75.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 50 | 0.09 | 0 | 0.38 | 0.68 | 73.55 | 0.24 | 0.26 |
| Hex | 4A | 51 | 32 | 9 | 0 | 26 | 44 | 4A | 18 | 1A |
| Octal | 112 | 121 | 62 | 11 | 0 | 46 | 104 | 112 | 30 | 32 |
| Binary | 1001010 | 1010001 | 110010 | 1001 | 0 | 100110 | 1000100 | 1001010 | 11000 | 11010 |
Color Harmonies of #4A5132
Complementary color
Monochromatic Colors of #4A5132
Black with #4A5132
Text Example
Text Example
White with #4A5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5132; }
p { color: rgb(74,81,50); }
H1.HeaderClassName
{
color: #4A5132;
}
.AnyTagClassName
{
color: #4A5132;
}
</style>
background-color css
<style>
a { background-color: #4A5132; }
a { background-color: rgb(74,81,50); }
div.DivClassName
{
background-color: #4A5132;
}
.BgClassName
{
background-color: #4A5132;
}
</style>
border-color css
<style>
span { border-color: #4A5132; }
span { border-color: rgb(74,81,50); }
td.TdClassName
{
border-color: #4A5132;
}
.TagClassName
{
border-color: #4A5132;
}
</style>