Shades of Green Kelp #3D4028
Tints of Green Kelp #3D4028
RGB
CMYK
RGB Variations
Color information
#3D4028 (or 0x3D4028) is known color: Green Kelp. HEX triplet: 3D, 40 and 28. RGB value is (61,64,40). Sum of RGB (Red+Green+Blue) = 61+64+40=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4028 is #C2BFD7. Grayscale: #3C3C3C. Windows color (decimal): -12763096 or 2637885. OLE color: 2637885.
HSL color Cylindrical-coordinate representation of color #3D4028: hue angle of 67.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D4028 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 40 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.75 |
| HSL | 67.5º | 0.23% | 0.2% | - |
| HSV(B) | 67.5º | 0.38% | 0.25% | - |
| XYZ | 4.14 | 4.81 | 2.72 | - |
| YUV | 60.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 40 | 0.05 | 0 | 0.38 | 0.75 | 67.5 | 0.23 | 0.2 |
| Hex | 3D | 40 | 28 | 5 | 0 | 26 | 4B | 44 | 17 | 14 |
| Octal | 75 | 100 | 50 | 5 | 0 | 46 | 113 | 104 | 27 | 24 |
| Binary | 111101 | 1000000 | 101000 | 101 | 0 | 100110 | 1001011 | 1000100 | 10111 | 10100 |
Color Harmonies of #3D4028
Complementary color
Monochromatic Colors of #3D4028
Black with #3D4028
Text Example
Text Example
White with #3D4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4028; }
p { color: rgb(61,64,40); }
H1.HeaderClassName
{
color: #3D4028;
}
.AnyTagClassName
{
color: #3D4028;
}
</style>
background-color css
<style>
a { background-color: #3D4028; }
a { background-color: rgb(61,64,40); }
div.DivClassName
{
background-color: #3D4028;
}
.BgClassName
{
background-color: #3D4028;
}
</style>
border-color css
<style>
span { border-color: #3D4028; }
span { border-color: rgb(61,64,40); }
td.TdClassName
{
border-color: #3D4028;
}
.TagClassName
{
border-color: #3D4028;
}
</style>