Shades of Green Kelp #383D24
Tints of Green Kelp #383D24
RGB
CMYK
RGB Variations
Color information
#383D24 (or 0x383D24) is known color: Green Kelp. HEX triplet: 38, 3D and 24. RGB value is (56,61,36). Sum of RGB (Red+Green+Blue) = 56+61+36=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #383D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D24 is #C7C2DB. Grayscale: #383838. Windows color (decimal): -13091548 or 2374968. OLE color: 2374968.
HSL color Cylindrical-coordinate representation of color #383D24: hue angle of 72º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383D24 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 36 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.76 |
| HSL | 72º | 0.26% | 0.19% | - |
| HSV(B) | 72º | 0.41% | 0.24% | - |
| XYZ | 3.62 | 4.31 | 2.31 | - |
| YUV | 56.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 36 | 0.08 | 0 | 0.41 | 0.76 | 72 | 0.26 | 0.19 |
| Hex | 38 | 3D | 24 | 8 | 0 | 29 | 4C | 48 | 1A | 13 |
| Octal | 70 | 75 | 44 | 10 | 0 | 51 | 114 | 110 | 32 | 23 |
| Binary | 111000 | 111101 | 100100 | 1000 | 0 | 101001 | 1001100 | 1001000 | 11010 | 10011 |
Color Harmonies of #383D24
Complementary color
Monochromatic Colors of #383D24
Black with #383D24
Text Example
Text Example
White with #383D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D24; }
p { color: rgb(56,61,36); }
H1.HeaderClassName
{
color: #383D24;
}
.AnyTagClassName
{
color: #383D24;
}
</style>
background-color css
<style>
a { background-color: #383D24; }
a { background-color: rgb(56,61,36); }
div.DivClassName
{
background-color: #383D24;
}
.BgClassName
{
background-color: #383D24;
}
</style>
border-color css
<style>
span { border-color: #383D24; }
span { border-color: rgb(56,61,36); }
td.TdClassName
{
border-color: #383D24;
}
.TagClassName
{
border-color: #383D24;
}
</style>