Shades of Green Kelp #3D4424
Tints of Green Kelp #3D4424
RGB
CMYK
RGB Variations
Color information
#3D4424 (or 0x3D4424) is known color: Green Kelp. HEX triplet: 3D, 44 and 24. RGB value is (61,68,36). Sum of RGB (Red+Green+Blue) = 61+68+36=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4424 is #C2BBDB. Grayscale: #3E3E3E. Windows color (decimal): -12762076 or 2376765. OLE color: 2376765.
HSL color Cylindrical-coordinate representation of color #3D4424: hue angle of 73.12º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D4424 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 68 | 36 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.73 |
| HSL | 73.13º | 0.31% | 0.2% | - |
| HSV(B) | 73.13º | 0.47% | 0.27% | - |
| XYZ | 4.31 | 5.25 | 2.46 | - |
| YUV | 62.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 36 | 0.10 | 0 | 0.47 | 0.73 | 73.13 | 0.31 | 0.2 |
| Hex | 3D | 44 | 24 | A | 0 | 2F | 49 | 49 | 1F | 14 |
| Octal | 75 | 104 | 44 | 12 | 0 | 57 | 111 | 111 | 37 | 24 |
| Binary | 111101 | 1000100 | 100100 | 1010 | 0 | 101111 | 1001001 | 1001001 | 11111 | 10100 |
Color Harmonies of #3D4424
Complementary color
Monochromatic Colors of #3D4424
Black with #3D4424
Text Example
Text Example
White with #3D4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4424; }
p { color: rgb(61,68,36); }
H1.HeaderClassName
{
color: #3D4424;
}
.AnyTagClassName
{
color: #3D4424;
}
</style>
background-color css
<style>
a { background-color: #3D4424; }
a { background-color: rgb(61,68,36); }
div.DivClassName
{
background-color: #3D4424;
}
.BgClassName
{
background-color: #3D4424;
}
</style>
border-color css
<style>
span { border-color: #3D4424; }
span { border-color: rgb(61,68,36); }
td.TdClassName
{
border-color: #3D4424;
}
.TagClassName
{
border-color: #3D4424;
}
</style>