Shades of Green Kelp #3F4228
Tints of Green Kelp #3F4228
RGB
CMYK
RGB Variations
Color information
#3F4228 (or 0x3F4228) is known color: Green Kelp. HEX triplet: 3F, 42 and 28. RGB value is (63,66,40). Sum of RGB (Red+Green+Blue) = 63+66+40=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4228 is #C0BDD7. Grayscale: #3E3E3E. Windows color (decimal): -12631512 or 2638399. OLE color: 2638399.
HSL color Cylindrical-coordinate representation of color #3F4228: hue angle of 66.92º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4228 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 40 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.74 |
| HSL | 66.92º | 0.25% | 0.21% | - |
| HSV(B) | 66.92º | 0.39% | 0.26% | - |
| XYZ | 4.38 | 5.11 | 2.76 | - |
| YUV | 62.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 40 | 0.05 | 0 | 0.39 | 0.74 | 66.92 | 0.25 | 0.21 |
| Hex | 3F | 42 | 28 | 5 | 0 | 27 | 4A | 43 | 19 | 15 |
| Octal | 77 | 102 | 50 | 5 | 0 | 47 | 112 | 103 | 31 | 25 |
| Binary | 111111 | 1000010 | 101000 | 101 | 0 | 100111 | 1001010 | 1000011 | 11001 | 10101 |
Color Harmonies of #3F4228
Complementary color
Monochromatic Colors of #3F4228
Black with #3F4228
Text Example
Text Example
White with #3F4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4228; }
p { color: rgb(63,66,40); }
H1.HeaderClassName
{
color: #3F4228;
}
.AnyTagClassName
{
color: #3F4228;
}
</style>
background-color css
<style>
a { background-color: #3F4228; }
a { background-color: rgb(63,66,40); }
div.DivClassName
{
background-color: #3F4228;
}
.BgClassName
{
background-color: #3F4228;
}
</style>
border-color css
<style>
span { border-color: #3F4228; }
span { border-color: rgb(63,66,40); }
td.TdClassName
{
border-color: #3F4228;
}
.TagClassName
{
border-color: #3F4228;
}
</style>