Shades of Green Kelp #36382C
Tints of Green Kelp #36382C
RGB
CMYK
RGB Variations
Color information
#36382C (or 0x36382C) is known color: Green Kelp. HEX triplet: 36, 38 and 2C. RGB value is (54,56,44). Sum of RGB (Red+Green+Blue) = 54+56+44=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 56 - color contains mainly: green. Hex color #36382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36382C is #C9C7D3. Grayscale: #363636. Windows color (decimal): -13223892 or 2897974. OLE color: 2897974.
HSL color Cylindrical-coordinate representation of color #36382C: hue angle of 70º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #36382C is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 56 | 44 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.78 |
| HSL | 70º | 0.12% | 0.2% | - |
| HSV(B) | 70º | 0.21% | 0.22% | - |
| XYZ | 3.39 | 3.79 | 2.94 | - |
| YUV | 54.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 44 | 0.04 | 0 | 0.21 | 0.78 | 70 | 0.12 | 0.2 |
| Hex | 36 | 38 | 2C | 4 | 0 | 15 | 4E | 46 | C | 14 |
| Octal | 66 | 70 | 54 | 4 | 0 | 25 | 116 | 106 | 14 | 24 |
| Binary | 110110 | 111000 | 101100 | 100 | 0 | 10101 | 1001110 | 1000110 | 1100 | 10100 |
Color Harmonies of #36382C
Complementary color
Monochromatic Colors of #36382C
Black with #36382C
Text Example
Text Example
White with #36382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36382C; }
p { color: rgb(54,56,44); }
H1.HeaderClassName
{
color: #36382C;
}
.AnyTagClassName
{
color: #36382C;
}
</style>
background-color css
<style>
a { background-color: #36382C; }
a { background-color: rgb(54,56,44); }
div.DivClassName
{
background-color: #36382C;
}
.BgClassName
{
background-color: #36382C;
}
</style>
border-color css
<style>
span { border-color: #36382C; }
span { border-color: rgb(54,56,44); }
td.TdClassName
{
border-color: #36382C;
}
.TagClassName
{
border-color: #36382C;
}
</style>