Shades of Seaweed #344023
Tints of Seaweed #344023
RGB
CMYK
RGB Variations
Color information
#344023 (or 0x344023) is known color: Seaweed. HEX triplet: 34, 40 and 23. RGB value is (52,64,35). Sum of RGB (Red+Green+Blue) = 52+64+35=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #344023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344023 is #CBBFDC. Grayscale: #393939. Windows color (decimal): -13352925 or 2310196. OLE color: 2310196.
HSL color Cylindrical-coordinate representation of color #344023: hue angle of 84.83º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #344023 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 35 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.75 |
| HSL | 84.83º | 0.29% | 0.19% | - |
| HSV(B) | 84.83º | 0.45% | 0.25% | - |
| XYZ | 3.55 | 4.52 | 2.27 | - |
| YUV | 57.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 35 | 0.19 | 0 | 0.45 | 0.75 | 84.83 | 0.29 | 0.19 |
| Hex | 34 | 40 | 23 | 13 | 0 | 2D | 4B | 55 | 1D | 13 |
| Octal | 64 | 100 | 43 | 23 | 0 | 55 | 113 | 125 | 35 | 23 |
| Binary | 110100 | 1000000 | 100011 | 10011 | 0 | 101101 | 1001011 | 1010101 | 11101 | 10011 |
Color Harmonies of #344023
Complementary color
Monochromatic Colors of #344023
Black with #344023
Text Example
Text Example
White with #344023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344023; }
p { color: rgb(52,64,35); }
H1.HeaderClassName
{
color: #344023;
}
.AnyTagClassName
{
color: #344023;
}
</style>
background-color css
<style>
a { background-color: #344023; }
a { background-color: rgb(52,64,35); }
div.DivClassName
{
background-color: #344023;
}
.BgClassName
{
background-color: #344023;
}
</style>
border-color css
<style>
span { border-color: #344023; }
span { border-color: rgb(52,64,35); }
td.TdClassName
{
border-color: #344023;
}
.TagClassName
{
border-color: #344023;
}
</style>