Shades of Green Kelp #3A4124
Tints of Green Kelp #3A4124
RGB
CMYK
RGB Variations
Color information
#3A4124 (or 0x3A4124) is known color: Green Kelp. HEX triplet: 3A, 41 and 24. RGB value is (58,65,36). Sum of RGB (Red+Green+Blue) = 58+65+36=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4124 is #C5BEDB. Grayscale: #3B3B3B. Windows color (decimal): -12959452 or 2375994. OLE color: 2375994.
HSL color Cylindrical-coordinate representation of color #3A4124: hue angle of 74.48º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A4124 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 36 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.75 |
| HSL | 74.48º | 0.29% | 0.2% | - |
| HSV(B) | 74.48º | 0.45% | 0.25% | - |
| XYZ | 3.95 | 4.81 | 2.39 | - |
| YUV | 59.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 36 | 0.11 | 0 | 0.45 | 0.75 | 74.48 | 0.29 | 0.2 |
| Hex | 3A | 41 | 24 | B | 0 | 2D | 4B | 4A | 1D | 14 |
| Octal | 72 | 101 | 44 | 13 | 0 | 55 | 113 | 112 | 35 | 24 |
| Binary | 111010 | 1000001 | 100100 | 1011 | 0 | 101101 | 1001011 | 1001010 | 11101 | 10100 |
Color Harmonies of #3A4124
Complementary color
Monochromatic Colors of #3A4124
Black with #3A4124
Text Example
Text Example
White with #3A4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4124; }
p { color: rgb(58,65,36); }
H1.HeaderClassName
{
color: #3A4124;
}
.AnyTagClassName
{
color: #3A4124;
}
</style>
background-color css
<style>
a { background-color: #3A4124; }
a { background-color: rgb(58,65,36); }
div.DivClassName
{
background-color: #3A4124;
}
.BgClassName
{
background-color: #3A4124;
}
</style>
border-color css
<style>
span { border-color: #3A4124; }
span { border-color: rgb(58,65,36); }
td.TdClassName
{
border-color: #3A4124;
}
.TagClassName
{
border-color: #3A4124;
}
</style>