Shades of Green Kelp #383F25
Tints of Green Kelp #383F25
RGB
CMYK
RGB Variations
Color information
#383F25 (or 0x383F25) is known color: Green Kelp. HEX triplet: 38, 3F and 25. RGB value is (56,63,37). Sum of RGB (Red+Green+Blue) = 56+63+37=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #383F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F25 is #C7C0DA. Grayscale: #3A3A3A. Windows color (decimal): -13091035 or 2441016. OLE color: 2441016.
HSL color Cylindrical-coordinate representation of color #383F25: hue angle of 76.15º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383F25 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 63 | 37 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.75 |
| HSL | 76.15º | 0.26% | 0.2% | - |
| HSV(B) | 76.15º | 0.41% | 0.25% | - |
| XYZ | 3.74 | 4.53 | 2.43 | - |
| YUV | 57.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 37 | 0.11 | 0 | 0.41 | 0.75 | 76.15 | 0.26 | 0.2 |
| Hex | 38 | 3F | 25 | B | 0 | 29 | 4B | 4C | 1A | 14 |
| Octal | 70 | 77 | 45 | 13 | 0 | 51 | 113 | 114 | 32 | 24 |
| Binary | 111000 | 111111 | 100101 | 1011 | 0 | 101001 | 1001011 | 1001100 | 11010 | 10100 |
Color Harmonies of #383F25
Complementary color
Monochromatic Colors of #383F25
Black with #383F25
Text Example
Text Example
White with #383F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F25; }
p { color: rgb(56,63,37); }
H1.HeaderClassName
{
color: #383F25;
}
.AnyTagClassName
{
color: #383F25;
}
</style>
background-color css
<style>
a { background-color: #383F25; }
a { background-color: rgb(56,63,37); }
div.DivClassName
{
background-color: #383F25;
}
.BgClassName
{
background-color: #383F25;
}
</style>
border-color css
<style>
span { border-color: #383F25; }
span { border-color: rgb(56,63,37); }
td.TdClassName
{
border-color: #383F25;
}
.TagClassName
{
border-color: #383F25;
}
</style>