Shades of Green Kelp #3A4024
Tints of Green Kelp #3A4024
RGB
CMYK
RGB Variations
Color information
#3A4024 (or 0x3A4024) is known color: Green Kelp. HEX triplet: 3A, 40 and 24. RGB value is (58,64,36). Sum of RGB (Red+Green+Blue) = 58+64+36=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4024 is #C5BFDB. Grayscale: #3B3B3B. Windows color (decimal): -12959708 or 2375738. OLE color: 2375738.
HSL color Cylindrical-coordinate representation of color #3A4024: hue angle of 72.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A4024 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 36 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.75 |
| HSL | 72.86º | 0.28% | 0.2% | - |
| HSV(B) | 72.86º | 0.44% | 0.25% | - |
| XYZ | 3.9 | 4.69 | 2.37 | - |
| YUV | 59.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 36 | 0.09 | 0 | 0.44 | 0.75 | 72.86 | 0.28 | 0.2 |
| Hex | 3A | 40 | 24 | 9 | 0 | 2C | 4B | 49 | 1C | 14 |
| Octal | 72 | 100 | 44 | 11 | 0 | 54 | 113 | 111 | 34 | 24 |
| Binary | 111010 | 1000000 | 100100 | 1001 | 0 | 101100 | 1001011 | 1001001 | 11100 | 10100 |
Color Harmonies of #3A4024
Complementary color
Monochromatic Colors of #3A4024
Black with #3A4024
Text Example
Text Example
White with #3A4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4024; }
p { color: rgb(58,64,36); }
H1.HeaderClassName
{
color: #3A4024;
}
.AnyTagClassName
{
color: #3A4024;
}
</style>
background-color css
<style>
a { background-color: #3A4024; }
a { background-color: rgb(58,64,36); }
div.DivClassName
{
background-color: #3A4024;
}
.BgClassName
{
background-color: #3A4024;
}
</style>
border-color css
<style>
span { border-color: #3A4024; }
span { border-color: rgb(58,64,36); }
td.TdClassName
{
border-color: #3A4024;
}
.TagClassName
{
border-color: #3A4024;
}
</style>