Shades of Green Kelp #383D26
Tints of Green Kelp #383D26
RGB
CMYK
RGB Variations
Color information
#383D26 (or 0x383D26) is known color: Green Kelp. HEX triplet: 38, 3D and 26. RGB value is (56,61,38). Sum of RGB (Red+Green+Blue) = 56+61+38=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #383D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D26 is #C7C2D9. Grayscale: #383838. Windows color (decimal): -13091546 or 2506040. OLE color: 2506040.
HSL color Cylindrical-coordinate representation of color #383D26: hue angle of 73.04º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383D26 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 38 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.76 |
| HSL | 73.04º | 0.23% | 0.19% | - |
| HSV(B) | 73.04º | 0.38% | 0.24% | - |
| XYZ | 3.65 | 4.32 | 2.47 | - |
| YUV | 56.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 38 | 0.08 | 0 | 0.38 | 0.76 | 73.04 | 0.23 | 0.19 |
| Hex | 38 | 3D | 26 | 8 | 0 | 26 | 4C | 49 | 17 | 13 |
| Octal | 70 | 75 | 46 | 10 | 0 | 46 | 114 | 111 | 27 | 23 |
| Binary | 111000 | 111101 | 100110 | 1000 | 0 | 100110 | 1001100 | 1001001 | 10111 | 10011 |
Color Harmonies of #383D26
Complementary color
Monochromatic Colors of #383D26
Black with #383D26
Text Example
Text Example
White with #383D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D26; }
p { color: rgb(56,61,38); }
H1.HeaderClassName
{
color: #383D26;
}
.AnyTagClassName
{
color: #383D26;
}
</style>
background-color css
<style>
a { background-color: #383D26; }
a { background-color: rgb(56,61,38); }
div.DivClassName
{
background-color: #383D26;
}
.BgClassName
{
background-color: #383D26;
}
</style>
border-color css
<style>
span { border-color: #383D26; }
span { border-color: rgb(56,61,38); }
td.TdClassName
{
border-color: #383D26;
}
.TagClassName
{
border-color: #383D26;
}
</style>