Shades of Green Kelp #3F4321
Tints of Green Kelp #3F4321
RGB
CMYK
RGB Variations
Color information
#3F4321 (or 0x3F4321) is known color: Green Kelp. HEX triplet: 3F, 43 and 21. RGB value is (63,67,33). Sum of RGB (Red+Green+Blue) = 63+67+33=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4321 is #C0BCDE. Grayscale: #3E3E3E. Windows color (decimal): -12631263 or 2179903. OLE color: 2179903.
HSL color Cylindrical-coordinate representation of color #3F4321: hue angle of 67.06º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F4321 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 33 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.74 |
| HSL | 67.06º | 0.34% | 0.2% | - |
| HSV(B) | 67.06º | 0.51% | 0.26% | - |
| XYZ | 4.33 | 5.18 | 2.21 | - |
| YUV | 61.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 33 | 0.06 | 0 | 0.51 | 0.74 | 67.06 | 0.34 | 0.2 |
| Hex | 3F | 43 | 21 | 6 | 0 | 33 | 4A | 43 | 22 | 14 |
| Octal | 77 | 103 | 41 | 6 | 0 | 63 | 112 | 103 | 42 | 24 |
| Binary | 111111 | 1000011 | 100001 | 110 | 0 | 110011 | 1001010 | 1000011 | 100010 | 10100 |
Color Harmonies of #3F4321
Complementary color
Monochromatic Colors of #3F4321
Black with #3F4321
Text Example
Text Example
White with #3F4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4321; }
p { color: rgb(63,67,33); }
H1.HeaderClassName
{
color: #3F4321;
}
.AnyTagClassName
{
color: #3F4321;
}
</style>
background-color css
<style>
a { background-color: #3F4321; }
a { background-color: rgb(63,67,33); }
div.DivClassName
{
background-color: #3F4321;
}
.BgClassName
{
background-color: #3F4321;
}
</style>
border-color css
<style>
span { border-color: #3F4321; }
span { border-color: rgb(63,67,33); }
td.TdClassName
{
border-color: #3F4321;
}
.TagClassName
{
border-color: #3F4321;
}
</style>