Shades of Seaweed #34392F
Tints of Seaweed #34392F
RGB
CMYK
RGB Variations
Color information
#34392F (or 0x34392F) is known color: Seaweed. HEX triplet: 34, 39 and 2F. RGB value is (52,57,47). Sum of RGB (Red+Green+Blue) = 52+57+47=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #34392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34392F is #CBC6D0. Grayscale: #363636. Windows color (decimal): -13354705 or 3094836. OLE color: 3094836.
HSL color Cylindrical-coordinate representation of color #34392F: hue angle of 90º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #34392F is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 47 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.78 |
| HSL | 90º | 0.1% | 0.2% | - |
| HSV(B) | 90º | 0.18% | 0.22% | - |
| XYZ | 3.39 | 3.86 | 3.26 | - |
| YUV | 54.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 47 | 0.09 | 0 | 0.18 | 0.78 | 90 | 0.1 | 0.2 |
| Hex | 34 | 39 | 2F | 9 | 0 | 12 | 4E | 5A | A | 14 |
| Octal | 64 | 71 | 57 | 11 | 0 | 22 | 116 | 132 | 12 | 24 |
| Binary | 110100 | 111001 | 101111 | 1001 | 0 | 10010 | 1001110 | 1011010 | 1010 | 10100 |
Color Harmonies of #34392F
Complementary color
Monochromatic Colors of #34392F
Black with #34392F
Text Example
Text Example
White with #34392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34392F; }
p { color: rgb(52,57,47); }
H1.HeaderClassName
{
color: #34392F;
}
.AnyTagClassName
{
color: #34392F;
}
</style>
background-color css
<style>
a { background-color: #34392F; }
a { background-color: rgb(52,57,47); }
div.DivClassName
{
background-color: #34392F;
}
.BgClassName
{
background-color: #34392F;
}
</style>
border-color css
<style>
span { border-color: #34392F; }
span { border-color: rgb(52,57,47); }
td.TdClassName
{
border-color: #34392F;
}
.TagClassName
{
border-color: #34392F;
}
</style>