Shades of Green Kelp #383C25
Tints of Green Kelp #383C25
RGB
CMYK
RGB Variations
Color information
#383C25 (or 0x383C25) is known color: Green Kelp. HEX triplet: 38, 3C and 25. RGB value is (56,60,37). Sum of RGB (Red+Green+Blue) = 56+60+37=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 60 - color contains mainly: green. Hex color #383C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C25 is #C7C3DA. Grayscale: #383838. Windows color (decimal): -13091803 or 2440248. OLE color: 2440248.
HSL color Cylindrical-coordinate representation of color #383C25: hue angle of 70.43º degrees, saturation: 0.24, 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 #383C25 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 60 | 37 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.76 |
| HSL | 70.43º | 0.24% | 0.19% | - |
| HSV(B) | 70.43º | 0.38% | 0.24% | - |
| XYZ | 3.58 | 4.21 | 2.37 | - |
| YUV | 56.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 37 | 0.07 | 0 | 0.38 | 0.76 | 70.43 | 0.24 | 0.19 |
| Hex | 38 | 3C | 25 | 7 | 0 | 26 | 4C | 46 | 18 | 13 |
| Octal | 70 | 74 | 45 | 7 | 0 | 46 | 114 | 106 | 30 | 23 |
| Binary | 111000 | 111100 | 100101 | 111 | 0 | 100110 | 1001100 | 1000110 | 11000 | 10011 |
Color Harmonies of #383C25
Complementary color
Monochromatic Colors of #383C25
Black with #383C25
Text Example
Text Example
White with #383C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C25; }
p { color: rgb(56,60,37); }
H1.HeaderClassName
{
color: #383C25;
}
.AnyTagClassName
{
color: #383C25;
}
</style>
background-color css
<style>
a { background-color: #383C25; }
a { background-color: rgb(56,60,37); }
div.DivClassName
{
background-color: #383C25;
}
.BgClassName
{
background-color: #383C25;
}
</style>
border-color css
<style>
span { border-color: #383C25; }
span { border-color: rgb(56,60,37); }
td.TdClassName
{
border-color: #383C25;
}
.TagClassName
{
border-color: #383C25;
}
</style>