Shades of Green Kelp #3A3D24
Tints of Green Kelp #3A3D24
RGB
CMYK
RGB Variations
Color information
#3A3D24 (or 0x3A3D24) is known color: Green Kelp. HEX triplet: 3A, 3D and 24. RGB value is (58,61,36). Sum of RGB (Red+Green+Blue) = 58+61+36=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D24 is #C5C2DB. Grayscale: #393939. Windows color (decimal): -12960476 or 2374970. OLE color: 2374970.
HSL color Cylindrical-coordinate representation of color #3A3D24: hue angle of 67.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A3D24 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 36 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.76 |
| HSL | 67.2º | 0.26% | 0.19% | - |
| HSV(B) | 67.2º | 0.41% | 0.24% | - |
| XYZ | 3.73 | 4.36 | 2.31 | - |
| YUV | 57.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 36 | 0.05 | 0 | 0.41 | 0.76 | 67.2 | 0.26 | 0.19 |
| Hex | 3A | 3D | 24 | 5 | 0 | 29 | 4C | 43 | 1A | 13 |
| Octal | 72 | 75 | 44 | 5 | 0 | 51 | 114 | 103 | 32 | 23 |
| Binary | 111010 | 111101 | 100100 | 101 | 0 | 101001 | 1001100 | 1000011 | 11010 | 10011 |
Color Harmonies of #3A3D24
Complementary color
Monochromatic Colors of #3A3D24
Black with #3A3D24
Text Example
Text Example
White with #3A3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D24; }
p { color: rgb(58,61,36); }
H1.HeaderClassName
{
color: #3A3D24;
}
.AnyTagClassName
{
color: #3A3D24;
}
</style>
background-color css
<style>
a { background-color: #3A3D24; }
a { background-color: rgb(58,61,36); }
div.DivClassName
{
background-color: #3A3D24;
}
.BgClassName
{
background-color: #3A3D24;
}
</style>
border-color css
<style>
span { border-color: #3A3D24; }
span { border-color: rgb(58,61,36); }
td.TdClassName
{
border-color: #3A3D24;
}
.TagClassName
{
border-color: #3A3D24;
}
</style>