Shades of Seaweed #395023
Tints of Seaweed #395023
RGB
CMYK
RGB Variations
Color information
#395023 (or 0x395023) is known color: Seaweed. HEX triplet: 39, 50 and 23. RGB value is (57,80,35). Sum of RGB (Red+Green+Blue) = 57+80+35=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #395023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395023 is #C6AFDC. Grayscale: #444444. Windows color (decimal): -13021149 or 2314297. OLE color: 2314297.
HSL color Cylindrical-coordinate representation of color #395023: hue angle of 90.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395023 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 80 | 35 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.69 |
| HSL | 90.67º | 0.39% | 0.23% | - |
| HSV(B) | 90.67º | 0.56% | 0.31% | - |
| XYZ | 4.86 | 6.73 | 2.63 | - |
| YUV | 67.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 35 | 0.29 | 0 | 0.56 | 0.69 | 90.67 | 0.39 | 0.23 |
| Hex | 39 | 50 | 23 | 1D | 0 | 38 | 45 | 5B | 27 | 17 |
| Octal | 71 | 120 | 43 | 35 | 0 | 70 | 105 | 133 | 47 | 27 |
| Binary | 111001 | 1010000 | 100011 | 11101 | 0 | 111000 | 1000101 | 1011011 | 100111 | 10111 |
Color Harmonies of #395023
Complementary color
Monochromatic Colors of #395023
Black with #395023
Text Example
Text Example
White with #395023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395023; }
p { color: rgb(57,80,35); }
H1.HeaderClassName
{
color: #395023;
}
.AnyTagClassName
{
color: #395023;
}
</style>
background-color css
<style>
a { background-color: #395023; }
a { background-color: rgb(57,80,35); }
div.DivClassName
{
background-color: #395023;
}
.BgClassName
{
background-color: #395023;
}
</style>
border-color css
<style>
span { border-color: #395023; }
span { border-color: rgb(57,80,35); }
td.TdClassName
{
border-color: #395023;
}
.TagClassName
{
border-color: #395023;
}
</style>