Shades of Green Kelp #3D4224
Tints of Green Kelp #3D4224
RGB
CMYK
RGB Variations
Color information
#3D4224 (or 0x3D4224) is known color: Green Kelp. HEX triplet: 3D, 42 and 24. RGB value is (61,66,36). Sum of RGB (Red+Green+Blue) = 61+66+36=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #3D4224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4224 is #C2BDDB. Grayscale: #3D3D3D. Windows color (decimal): -12762588 or 2376253. OLE color: 2376253.
HSL color Cylindrical-coordinate representation of color #3D4224: hue angle of 70º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D4224 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 66 | 36 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.74 |
| HSL | 70º | 0.29% | 0.2% | - |
| HSV(B) | 70º | 0.45% | 0.26% | - |
| XYZ | 4.19 | 5.02 | 2.42 | - |
| YUV | 61.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 36 | 0.08 | 0 | 0.45 | 0.74 | 70 | 0.29 | 0.2 |
| Hex | 3D | 42 | 24 | 8 | 0 | 2D | 4A | 46 | 1D | 14 |
| Octal | 75 | 102 | 44 | 10 | 0 | 55 | 112 | 106 | 35 | 24 |
| Binary | 111101 | 1000010 | 100100 | 1000 | 0 | 101101 | 1001010 | 1000110 | 11101 | 10100 |
Color Harmonies of #3D4224
Complementary color
Monochromatic Colors of #3D4224
Black with #3D4224
Text Example
Text Example
White with #3D4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4224; }
p { color: rgb(61,66,36); }
H1.HeaderClassName
{
color: #3D4224;
}
.AnyTagClassName
{
color: #3D4224;
}
</style>
background-color css
<style>
a { background-color: #3D4224; }
a { background-color: rgb(61,66,36); }
div.DivClassName
{
background-color: #3D4224;
}
.BgClassName
{
background-color: #3D4224;
}
</style>
border-color css
<style>
span { border-color: #3D4224; }
span { border-color: rgb(61,66,36); }
td.TdClassName
{
border-color: #3D4224;
}
.TagClassName
{
border-color: #3D4224;
}
</style>