Shades of Green Kelp #3B3F2D
Tints of Green Kelp #3B3F2D
RGB
CMYK
RGB Variations
Color information
#3B3F2D (or 0x3B3F2D) is known color: Green Kelp. HEX triplet: 3B, 3F and 2D. RGB value is (59,63,45). Sum of RGB (Red+Green+Blue) = 59+63+45=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F2D is #C4C0D2. Grayscale: #3B3B3B. Windows color (decimal): -12894419 or 2965307. OLE color: 2965307.
HSL color Cylindrical-coordinate representation of color #3B3F2D: hue angle of 73.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B3F2D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 63 | 45 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.75 |
| HSL | 73.33º | 0.17% | 0.21% | - |
| HSV(B) | 73.33º | 0.29% | 0.25% | - |
| XYZ | 4.05 | 4.67 | 3.17 | - |
| YUV | 59.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 45 | 0.06 | 0 | 0.29 | 0.75 | 73.33 | 0.17 | 0.21 |
| Hex | 3B | 3F | 2D | 6 | 0 | 1D | 4B | 49 | 11 | 15 |
| Octal | 73 | 77 | 55 | 6 | 0 | 35 | 113 | 111 | 21 | 25 |
| Binary | 111011 | 111111 | 101101 | 110 | 0 | 11101 | 1001011 | 1001001 | 10001 | 10101 |
Color Harmonies of #3B3F2D
Complementary color
Monochromatic Colors of #3B3F2D
Black with #3B3F2D
Text Example
Text Example
White with #3B3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3F2D; }
p { color: rgb(59,63,45); }
H1.HeaderClassName
{
color: #3B3F2D;
}
.AnyTagClassName
{
color: #3B3F2D;
}
</style>
background-color css
<style>
a { background-color: #3B3F2D; }
a { background-color: rgb(59,63,45); }
div.DivClassName
{
background-color: #3B3F2D;
}
.BgClassName
{
background-color: #3B3F2D;
}
</style>
border-color css
<style>
span { border-color: #3B3F2D; }
span { border-color: rgb(59,63,45); }
td.TdClassName
{
border-color: #3B3F2D;
}
.TagClassName
{
border-color: #3B3F2D;
}
</style>