Shades of Green Kelp #3F4221
Tints of Green Kelp #3F4221
RGB
CMYK
RGB Variations
Color information
#3F4221 (or 0x3F4221) is known color: Green Kelp. HEX triplet: 3F, 42 and 21. RGB value is (63,66,33). Sum of RGB (Red+Green+Blue) = 63+66+33=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4221 is #C0BDDE. Grayscale: #3D3D3D. Windows color (decimal): -12631519 or 2179647. OLE color: 2179647.
HSL color Cylindrical-coordinate representation of color #3F4221: hue angle of 65.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F4221 is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 33 | - |
| CMYK | 0.05 | 0 | 0.5 | 0.74 |
| HSL | 65.45º | 0.33% | 0.19% | - |
| HSV(B) | 65.45º | 0.5% | 0.26% | - |
| XYZ | 4.27 | 5.06 | 2.19 | - |
| YUV | 61.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 33 | 0.05 | 0 | 0.5 | 0.74 | 65.45 | 0.33 | 0.19 |
| Hex | 3F | 42 | 21 | 5 | 0 | 32 | 4A | 41 | 21 | 13 |
| Octal | 77 | 102 | 41 | 5 | 0 | 62 | 112 | 101 | 41 | 23 |
| Binary | 111111 | 1000010 | 100001 | 101 | 0 | 110010 | 1001010 | 1000001 | 100001 | 10011 |
Color Harmonies of #3F4221
Complementary color
Monochromatic Colors of #3F4221
Black with #3F4221
Text Example
Text Example
White with #3F4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4221; }
p { color: rgb(63,66,33); }
H1.HeaderClassName
{
color: #3F4221;
}
.AnyTagClassName
{
color: #3F4221;
}
</style>
background-color css
<style>
a { background-color: #3F4221; }
a { background-color: rgb(63,66,33); }
div.DivClassName
{
background-color: #3F4221;
}
.BgClassName
{
background-color: #3F4221;
}
</style>
border-color css
<style>
span { border-color: #3F4221; }
span { border-color: rgb(63,66,33); }
td.TdClassName
{
border-color: #3F4221;
}
.TagClassName
{
border-color: #3F4221;
}
</style>