Shades of Green Kelp #3F4426
Tints of Green Kelp #3F4426
RGB
CMYK
RGB Variations
Color information
#3F4426 (or 0x3F4426) is known color: Green Kelp. HEX triplet: 3F, 44 and 26. RGB value is (63,68,38). Sum of RGB (Red+Green+Blue) = 63+68+38=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4426 is #C0BBD9. Grayscale: #3F3F3F. Windows color (decimal): -12631002 or 2507839. OLE color: 2507839.
HSL color Cylindrical-coordinate representation of color #3F4426: hue angle of 70º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4426 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 38 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.73 |
| HSL | 70º | 0.28% | 0.21% | - |
| HSV(B) | 70º | 0.44% | 0.27% | - |
| XYZ | 4.47 | 5.33 | 2.63 | - |
| YUV | 63.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 38 | 0.07 | 0 | 0.44 | 0.73 | 70 | 0.28 | 0.21 |
| Hex | 3F | 44 | 26 | 7 | 0 | 2C | 49 | 46 | 1C | 15 |
| Octal | 77 | 104 | 46 | 7 | 0 | 54 | 111 | 106 | 34 | 25 |
| Binary | 111111 | 1000100 | 100110 | 111 | 0 | 101100 | 1001001 | 1000110 | 11100 | 10101 |
Color Harmonies of #3F4426
Complementary color
Monochromatic Colors of #3F4426
Black with #3F4426
Text Example
Text Example
White with #3F4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4426; }
p { color: rgb(63,68,38); }
H1.HeaderClassName
{
color: #3F4426;
}
.AnyTagClassName
{
color: #3F4426;
}
</style>
background-color css
<style>
a { background-color: #3F4426; }
a { background-color: rgb(63,68,38); }
div.DivClassName
{
background-color: #3F4426;
}
.BgClassName
{
background-color: #3F4426;
}
</style>
border-color css
<style>
span { border-color: #3F4426; }
span { border-color: rgb(63,68,38); }
td.TdClassName
{
border-color: #3F4426;
}
.TagClassName
{
border-color: #3F4426;
}
</style>