Shades of Green Kelp #3D4021
Tints of Green Kelp #3D4021
RGB
CMYK
RGB Variations
Color information
#3D4021 (or 0x3D4021) is known color: Green Kelp. HEX triplet: 3D, 40 and 21. RGB value is (61,64,33). Sum of RGB (Red+Green+Blue) = 61+64+33=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4021 is #C2BFDE. Grayscale: #3B3B3B. Windows color (decimal): -12763103 or 2179133. OLE color: 2179133.
HSL color Cylindrical-coordinate representation of color #3D4021: hue angle of 65.81º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4021 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 33 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.75 |
| HSL | 65.81º | 0.32% | 0.19% | - |
| HSV(B) | 65.81º | 0.48% | 0.25% | - |
| XYZ | 4.03 | 4.77 | 2.15 | - |
| YUV | 59.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 33 | 0.05 | 0 | 0.48 | 0.75 | 65.81 | 0.32 | 0.19 |
| Hex | 3D | 40 | 21 | 5 | 0 | 30 | 4B | 42 | 20 | 13 |
| Octal | 75 | 100 | 41 | 5 | 0 | 60 | 113 | 102 | 40 | 23 |
| Binary | 111101 | 1000000 | 100001 | 101 | 0 | 110000 | 1001011 | 1000010 | 100000 | 10011 |
Color Harmonies of #3D4021
Complementary color
Monochromatic Colors of #3D4021
Black with #3D4021
Text Example
Text Example
White with #3D4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4021; }
p { color: rgb(61,64,33); }
H1.HeaderClassName
{
color: #3D4021;
}
.AnyTagClassName
{
color: #3D4021;
}
</style>
background-color css
<style>
a { background-color: #3D4021; }
a { background-color: rgb(61,64,33); }
div.DivClassName
{
background-color: #3D4021;
}
.BgClassName
{
background-color: #3D4021;
}
</style>
border-color css
<style>
span { border-color: #3D4021; }
span { border-color: rgb(61,64,33); }
td.TdClassName
{
border-color: #3D4021;
}
.TagClassName
{
border-color: #3D4021;
}
</style>