Shades of Kelp #4A5034
Tints of Kelp #4A5034
RGB
CMYK
RGB Variations
Color information
#4A5034 (or 0x4A5034) is known color: Kelp. HEX triplet: 4A, 50 and 34. RGB value is (74,80,52). Sum of RGB (Red+Green+Blue) = 74+80+52=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5034 is #B5AFCB. Grayscale: #4B4B4B. Windows color (decimal): -11907020 or 3428426. OLE color: 3428426.
HSL color Cylindrical-coordinate representation of color #4A5034: hue angle of 72.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A5034 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 52 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.69 |
| HSL | 72.86º | 0.21% | 0.26% | - |
| HSV(B) | 72.86º | 0.35% | 0.31% | - |
| XYZ | 6.31 | 7.44 | 4.35 | - |
| YUV | 75.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 52 | 0.08 | 0 | 0.35 | 0.69 | 72.86 | 0.21 | 0.26 |
| Hex | 4A | 50 | 34 | 8 | 0 | 23 | 45 | 49 | 15 | 1A |
| Octal | 112 | 120 | 64 | 10 | 0 | 43 | 105 | 111 | 25 | 32 |
| Binary | 1001010 | 1010000 | 110100 | 1000 | 0 | 100011 | 1000101 | 1001001 | 10101 | 11010 |
Color Harmonies of #4A5034
Complementary color
Monochromatic Colors of #4A5034
Black with #4A5034
Text Example
Text Example
White with #4A5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5034; }
p { color: rgb(74,80,52); }
H1.HeaderClassName
{
color: #4A5034;
}
.AnyTagClassName
{
color: #4A5034;
}
</style>
background-color css
<style>
a { background-color: #4A5034; }
a { background-color: rgb(74,80,52); }
div.DivClassName
{
background-color: #4A5034;
}
.BgClassName
{
background-color: #4A5034;
}
</style>
border-color css
<style>
span { border-color: #4A5034; }
span { border-color: rgb(74,80,52); }
td.TdClassName
{
border-color: #4A5034;
}
.TagClassName
{
border-color: #4A5034;
}
</style>