Shades of Green Kelp #3D3F2B
Tints of Green Kelp #3D3F2B
RGB
CMYK
RGB Variations
Color information
#3D3F2B (or 0x3D3F2B) is known color: Green Kelp. HEX triplet: 3D, 3F and 2B. RGB value is (61,63,43). Sum of RGB (Red+Green+Blue) = 61+63+43=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F2B is #C2C0D4. Grayscale: #3C3C3C. Windows color (decimal): -12763349 or 2834237. OLE color: 2834237.
HSL color Cylindrical-coordinate representation of color #3D3F2B: hue angle of 66º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D3F2B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 63 | 43 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.75 |
| HSL | 66º | 0.19% | 0.21% | - |
| HSV(B) | 66º | 0.32% | 0.25% | - |
| XYZ | 4.14 | 4.72 | 2.98 | - |
| YUV | 60.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 43 | 0.03 | 0 | 0.32 | 0.75 | 66 | 0.19 | 0.21 |
| Hex | 3D | 3F | 2B | 3 | 0 | 20 | 4B | 42 | 13 | 15 |
| Octal | 75 | 77 | 53 | 3 | 0 | 40 | 113 | 102 | 23 | 25 |
| Binary | 111101 | 111111 | 101011 | 11 | 0 | 100000 | 1001011 | 1000010 | 10011 | 10101 |
Color Harmonies of #3D3F2B
Complementary color
Monochromatic Colors of #3D3F2B
Black with #3D3F2B
Text Example
Text Example
White with #3D3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F2B; }
p { color: rgb(61,63,43); }
H1.HeaderClassName
{
color: #3D3F2B;
}
.AnyTagClassName
{
color: #3D3F2B;
}
</style>
background-color css
<style>
a { background-color: #3D3F2B; }
a { background-color: rgb(61,63,43); }
div.DivClassName
{
background-color: #3D3F2B;
}
.BgClassName
{
background-color: #3D3F2B;
}
</style>
border-color css
<style>
span { border-color: #3D3F2B; }
span { border-color: rgb(61,63,43); }
td.TdClassName
{
border-color: #3D3F2B;
}
.TagClassName
{
border-color: #3D3F2B;
}
</style>