Shades of Seaweed #3F4A2F
Tints of Seaweed #3F4A2F
RGB
CMYK
RGB Variations
Color information
#3F4A2F (or 0x3F4A2F) is known color: Seaweed. HEX triplet: 3F, 4A and 2F. RGB value is (63,74,47). Sum of RGB (Red+Green+Blue) = 63+74+47=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A2F is #C0B5D0. Grayscale: #434343. Windows color (decimal): -12629457 or 3099199. OLE color: 3099199.
HSL color Cylindrical-coordinate representation of color #3F4A2F: hue angle of 84.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4A2F is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 47 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.71 |
| HSL | 84.44º | 0.22% | 0.24% | - |
| HSV(B) | 84.44º | 0.36% | 0.29% | - |
| XYZ | 5.01 | 6.16 | 3.61 | - |
| YUV | 67.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 47 | 0.15 | 0 | 0.36 | 0.71 | 84.44 | 0.22 | 0.24 |
| Hex | 3F | 4A | 2F | F | 0 | 24 | 47 | 54 | 16 | 18 |
| Octal | 77 | 112 | 57 | 17 | 0 | 44 | 107 | 124 | 26 | 30 |
| Binary | 111111 | 1001010 | 101111 | 1111 | 0 | 100100 | 1000111 | 1010100 | 10110 | 11000 |
Color Harmonies of #3F4A2F
Complementary color
Monochromatic Colors of #3F4A2F
Black with #3F4A2F
Text Example
Text Example
White with #3F4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A2F; }
p { color: rgb(63,74,47); }
H1.HeaderClassName
{
color: #3F4A2F;
}
.AnyTagClassName
{
color: #3F4A2F;
}
</style>
background-color css
<style>
a { background-color: #3F4A2F; }
a { background-color: rgb(63,74,47); }
div.DivClassName
{
background-color: #3F4A2F;
}
.BgClassName
{
background-color: #3F4A2F;
}
</style>
border-color css
<style>
span { border-color: #3F4A2F; }
span { border-color: rgb(63,74,47); }
td.TdClassName
{
border-color: #3F4A2F;
}
.TagClassName
{
border-color: #3F4A2F;
}
</style>