Shades of Green Kelp #3A3D26
Tints of Green Kelp #3A3D26
RGB
CMYK
RGB Variations
Color information
#3A3D26 (or 0x3A3D26) is known color: Green Kelp. HEX triplet: 3A, 3D and 26. RGB value is (58,61,38). Sum of RGB (Red+Green+Blue) = 58+61+38=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D26 is #C5C2D9. Grayscale: #393939. Windows color (decimal): -12960474 or 2506042. OLE color: 2506042.
HSL color Cylindrical-coordinate representation of color #3A3D26: hue angle of 67.83º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A3D26 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 38 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.76 |
| HSL | 67.83º | 0.23% | 0.19% | - |
| HSV(B) | 67.83º | 0.38% | 0.24% | - |
| XYZ | 3.76 | 4.38 | 2.48 | - |
| YUV | 57.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 38 | 0.05 | 0 | 0.38 | 0.76 | 67.83 | 0.23 | 0.19 |
| Hex | 3A | 3D | 26 | 5 | 0 | 26 | 4C | 44 | 17 | 13 |
| Octal | 72 | 75 | 46 | 5 | 0 | 46 | 114 | 104 | 27 | 23 |
| Binary | 111010 | 111101 | 100110 | 101 | 0 | 100110 | 1001100 | 1000100 | 10111 | 10011 |
Color Harmonies of #3A3D26
Complementary color
Monochromatic Colors of #3A3D26
Black with #3A3D26
Text Example
Text Example
White with #3A3D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D26; }
p { color: rgb(58,61,38); }
H1.HeaderClassName
{
color: #3A3D26;
}
.AnyTagClassName
{
color: #3A3D26;
}
</style>
background-color css
<style>
a { background-color: #3A3D26; }
a { background-color: rgb(58,61,38); }
div.DivClassName
{
background-color: #3A3D26;
}
.BgClassName
{
background-color: #3A3D26;
}
</style>
border-color css
<style>
span { border-color: #3A3D26; }
span { border-color: rgb(58,61,38); }
td.TdClassName
{
border-color: #3A3D26;
}
.TagClassName
{
border-color: #3A3D26;
}
</style>