Shades of Green Kelp #383D28
Tints of Green Kelp #383D28
RGB
CMYK
RGB Variations
Color information
#383D28 (or 0x383D28) is known color: Green Kelp. HEX triplet: 38, 3D and 28. RGB value is (56,61,40). Sum of RGB (Red+Green+Blue) = 56+61+40=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #383D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D28 is #C7C2D7. Grayscale: #393939. Windows color (decimal): -13091544 or 2637112. OLE color: 2637112.
HSL color Cylindrical-coordinate representation of color #383D28: hue angle of 74.29º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #383D28 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 40 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.76 |
| HSL | 74.29º | 0.21% | 0.2% | - |
| HSV(B) | 74.29º | 0.34% | 0.24% | - |
| XYZ | 3.68 | 4.33 | 2.65 | - |
| YUV | 57.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 40 | 0.08 | 0 | 0.34 | 0.76 | 74.29 | 0.21 | 0.2 |
| Hex | 38 | 3D | 28 | 8 | 0 | 22 | 4C | 4A | 15 | 14 |
| Octal | 70 | 75 | 50 | 10 | 0 | 42 | 114 | 112 | 25 | 24 |
| Binary | 111000 | 111101 | 101000 | 1000 | 0 | 100010 | 1001100 | 1001010 | 10101 | 10100 |
Color Harmonies of #383D28
Complementary color
Monochromatic Colors of #383D28
Black with #383D28
Text Example
Text Example
White with #383D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D28; }
p { color: rgb(56,61,40); }
H1.HeaderClassName
{
color: #383D28;
}
.AnyTagClassName
{
color: #383D28;
}
</style>
background-color css
<style>
a { background-color: #383D28; }
a { background-color: rgb(56,61,40); }
div.DivClassName
{
background-color: #383D28;
}
.BgClassName
{
background-color: #383D28;
}
</style>
border-color css
<style>
span { border-color: #383D28; }
span { border-color: rgb(56,61,40); }
td.TdClassName
{
border-color: #383D28;
}
.TagClassName
{
border-color: #383D28;
}
</style>