Shades of Green Kelp #3F4227
Tints of Green Kelp #3F4227
RGB
CMYK
RGB Variations
Color information
#3F4227 (or 0x3F4227) is known color: Green Kelp. HEX triplet: 3F, 42 and 27. RGB value is (63,66,39). Sum of RGB (Red+Green+Blue) = 63+66+39=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4227 is #C0BDD8. Grayscale: #3E3E3E. Windows color (decimal): -12631513 or 2572863. OLE color: 2572863.
HSL color Cylindrical-coordinate representation of color #3F4227: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F4227 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 39 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.74 |
| HSL | 66.67º | 0.26% | 0.21% | - |
| HSV(B) | 66.67º | 0.41% | 0.26% | - |
| XYZ | 4.36 | 5.1 | 2.67 | - |
| YUV | 62.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 39 | 0.05 | 0 | 0.41 | 0.74 | 66.67 | 0.26 | 0.21 |
| Hex | 3F | 42 | 27 | 5 | 0 | 29 | 4A | 43 | 1A | 15 |
| Octal | 77 | 102 | 47 | 5 | 0 | 51 | 112 | 103 | 32 | 25 |
| Binary | 111111 | 1000010 | 100111 | 101 | 0 | 101001 | 1001010 | 1000011 | 11010 | 10101 |
Color Harmonies of #3F4227
Complementary color
Monochromatic Colors of #3F4227
Black with #3F4227
Text Example
Text Example
White with #3F4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4227; }
p { color: rgb(63,66,39); }
H1.HeaderClassName
{
color: #3F4227;
}
.AnyTagClassName
{
color: #3F4227;
}
</style>
background-color css
<style>
a { background-color: #3F4227; }
a { background-color: rgb(63,66,39); }
div.DivClassName
{
background-color: #3F4227;
}
.BgClassName
{
background-color: #3F4227;
}
</style>
border-color css
<style>
span { border-color: #3F4227; }
span { border-color: rgb(63,66,39); }
td.TdClassName
{
border-color: #3F4227;
}
.TagClassName
{
border-color: #3F4227;
}
</style>