Shades of Green Kelp #3F4424
Tints of Green Kelp #3F4424
RGB
CMYK
RGB Variations
Color information
#3F4424 (or 0x3F4424) is known color: Green Kelp. HEX triplet: 3F, 44 and 24. RGB value is (63,68,36). Sum of RGB (Red+Green+Blue) = 63+68+36=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4424 is #C0BBDB. Grayscale: #3E3E3E. Windows color (decimal): -12631004 or 2376767. OLE color: 2376767.
HSL color Cylindrical-coordinate representation of color #3F4424: hue angle of 69.38º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4424 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 36 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.73 |
| HSL | 69.38º | 0.31% | 0.2% | - |
| HSV(B) | 69.38º | 0.47% | 0.27% | - |
| XYZ | 4.44 | 5.32 | 2.46 | - |
| YUV | 62.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 36 | 0.07 | 0 | 0.47 | 0.73 | 69.38 | 0.31 | 0.2 |
| Hex | 3F | 44 | 24 | 7 | 0 | 2F | 49 | 45 | 1F | 14 |
| Octal | 77 | 104 | 44 | 7 | 0 | 57 | 111 | 105 | 37 | 24 |
| Binary | 111111 | 1000100 | 100100 | 111 | 0 | 101111 | 1001001 | 1000101 | 11111 | 10100 |
Color Harmonies of #3F4424
Complementary color
Monochromatic Colors of #3F4424
Black with #3F4424
Text Example
Text Example
White with #3F4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4424; }
p { color: rgb(63,68,36); }
H1.HeaderClassName
{
color: #3F4424;
}
.AnyTagClassName
{
color: #3F4424;
}
</style>
background-color css
<style>
a { background-color: #3F4424; }
a { background-color: rgb(63,68,36); }
div.DivClassName
{
background-color: #3F4424;
}
.BgClassName
{
background-color: #3F4424;
}
</style>
border-color css
<style>
span { border-color: #3F4424; }
span { border-color: rgb(63,68,36); }
td.TdClassName
{
border-color: #3F4424;
}
.TagClassName
{
border-color: #3F4424;
}
</style>