Shades of Green Kelp #3A3E2D
Tints of Green Kelp #3A3E2D
RGB
CMYK
RGB Variations
Color information
#3A3E2D (or 0x3A3E2D) is known color: Green Kelp. HEX triplet: 3A, 3E and 2D. RGB value is (58,62,45). Sum of RGB (Red+Green+Blue) = 58+62+45=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 62 - color contains mainly: green. Hex color #3A3E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3E2D is #C5C1D2. Grayscale: #3A3A3A. Windows color (decimal): -12960211 or 2965050. OLE color: 2965050.
HSL color Cylindrical-coordinate representation of color #3A3E2D: hue angle of 74.12º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A3E2D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
RGB | 58 | 62 | 45 | - |
CMYK | 0.06 | 0 | 0.27 | 0.76 |
HSL | 74.12º | 0.16% | 0.21% | - |
HSV(B) | 74.12º | 0.27% | 0.24% | - |
XYZ | 3.94 | 4.53 | 3.15 | - |
YUV | 58.87 | 120.17 | 127.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 62 | 45 | 0.06 | 0 | 0.27 | 0.76 | 74.12 | 0.16 | 0.21 |
Hex | 3A | 3E | 2D | 6 | 0 | 1B | 4C | 4A | 10 | 15 |
Octal | 72 | 76 | 55 | 6 | 0 | 33 | 114 | 112 | 20 | 25 |
Binary | 111010 | 111110 | 101101 | 110 | 0 | 11011 | 1001100 | 1001010 | 10000 | 10101 |
Color Harmonies of #3A3E2D
Complementary color
Monochromatic Colors of #3A3E2D
Black with #3A3E2D
Text Example
Text Example
White with #3A3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3E2D; }
p { color: rgb(58,62,45); }
H1.HeaderClassName
{
color: #3A3E2D;
}
.AnyTagClassName
{
color: #3A3E2D;
}
</style>
background-color css
<style>
a { background-color: #3A3E2D; }
a { background-color: rgb(58,62,45); }
div.DivClassName
{
background-color: #3A3E2D;
}
.BgClassName
{
background-color: #3A3E2D;
}
</style>
border-color css
<style>
span { border-color: #3A3E2D; }
span { border-color: rgb(58,62,45); }
td.TdClassName
{
border-color: #3A3E2D;
}
.TagClassName
{
border-color: #3A3E2D;
}
</style>