Shades of Green Kelp #36382E
Tints of Green Kelp #36382E
RGB
CMYK
RGB Variations
Color information
#36382E (or 0x36382E) is known color: Green Kelp. HEX triplet: 36, 38 and 2E. RGB value is (54,56,46). Sum of RGB (Red+Green+Blue) = 54+56+46=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 56 - color contains mainly: green. Hex color #36382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36382E is #C9C7D1. Grayscale: #363636. Windows color (decimal): -13223890 or 3029046. OLE color: 3029046.
HSL color Cylindrical-coordinate representation of color #36382E: hue angle of 72º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #36382E is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 56 | 46 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.78 |
| HSL | 72º | 0.1% | 0.2% | - |
| HSV(B) | 72º | 0.18% | 0.22% | - |
| XYZ | 3.43 | 3.81 | 3.14 | - |
| YUV | 54.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 46 | 0.04 | 0 | 0.18 | 0.78 | 72 | 0.1 | 0.2 |
| Hex | 36 | 38 | 2E | 4 | 0 | 12 | 4E | 48 | A | 14 |
| Octal | 66 | 70 | 56 | 4 | 0 | 22 | 116 | 110 | 12 | 24 |
| Binary | 110110 | 111000 | 101110 | 100 | 0 | 10010 | 1001110 | 1001000 | 1010 | 10100 |
Color Harmonies of #36382E
Complementary color
Monochromatic Colors of #36382E
Black with #36382E
Text Example
Text Example
White with #36382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36382E; }
p { color: rgb(54,56,46); }
H1.HeaderClassName
{
color: #36382E;
}
.AnyTagClassName
{
color: #36382E;
}
</style>
background-color css
<style>
a { background-color: #36382E; }
a { background-color: rgb(54,56,46); }
div.DivClassName
{
background-color: #36382E;
}
.BgClassName
{
background-color: #36382E;
}
</style>
border-color css
<style>
span { border-color: #36382E; }
span { border-color: rgb(54,56,46); }
td.TdClassName
{
border-color: #36382E;
}
.TagClassName
{
border-color: #36382E;
}
</style>