Shades of Green Kelp #393B2E
Tints of Green Kelp #393B2E
RGB
CMYK
RGB Variations
Color information
#393B2E (or 0x393B2E) is known color: Green Kelp. HEX triplet: 39, 3B and 2E. RGB value is (57,59,46). Sum of RGB (Red+Green+Blue) = 57+59+46=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 59 - color contains mainly: green. Hex color #393B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B2E is #C6C4D1. Grayscale: #383838. Windows color (decimal): -13026514 or 3029817. OLE color: 3029817.
HSL color Cylindrical-coordinate representation of color #393B2E: hue angle of 69.23º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #393B2E is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 46 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.77 |
| HSL | 69.23º | 0.12% | 0.21% | - |
| HSV(B) | 69.23º | 0.22% | 0.23% | - |
| XYZ | 3.74 | 4.2 | 3.2 | - |
| YUV | 56.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 46 | 0.03 | 0 | 0.22 | 0.77 | 69.23 | 0.12 | 0.21 |
| Hex | 39 | 3B | 2E | 3 | 0 | 16 | 4D | 45 | C | 15 |
| Octal | 71 | 73 | 56 | 3 | 0 | 26 | 115 | 105 | 14 | 25 |
| Binary | 111001 | 111011 | 101110 | 11 | 0 | 10110 | 1001101 | 1000101 | 1100 | 10101 |
Color Harmonies of #393B2E
Complementary color
Monochromatic Colors of #393B2E
Black with #393B2E
Text Example
Text Example
White with #393B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B2E; }
p { color: rgb(57,59,46); }
H1.HeaderClassName
{
color: #393B2E;
}
.AnyTagClassName
{
color: #393B2E;
}
</style>
background-color css
<style>
a { background-color: #393B2E; }
a { background-color: rgb(57,59,46); }
div.DivClassName
{
background-color: #393B2E;
}
.BgClassName
{
background-color: #393B2E;
}
</style>
border-color css
<style>
span { border-color: #393B2E; }
span { border-color: rgb(57,59,46); }
td.TdClassName
{
border-color: #393B2E;
}
.TagClassName
{
border-color: #393B2E;
}
</style>