Shades of Seaweed #39452A
Tints of Seaweed #39452A
RGB
CMYK
RGB Variations
Color information
#39452A (or 0x39452A) is known color: Seaweed. HEX triplet: 39, 45 and 2A. RGB value is (57,69,42). Sum of RGB (Red+Green+Blue) = 57+69+42=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #39452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39452A is #C6BAD5. Grayscale: #3E3E3E. Windows color (decimal): -13023958 or 2770233. OLE color: 2770233.
HSL color Cylindrical-coordinate representation of color #39452A: hue angle of 86.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39452A is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 42 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.73 |
| HSL | 86.67º | 0.24% | 0.22% | - |
| HSV(B) | 86.67º | 0.39% | 0.27% | - |
| XYZ | 4.23 | 5.29 | 2.99 | - |
| YUV | 62.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 42 | 0.17 | 0 | 0.39 | 0.73 | 86.67 | 0.24 | 0.22 |
| Hex | 39 | 45 | 2A | 11 | 0 | 27 | 49 | 57 | 18 | 16 |
| Octal | 71 | 105 | 52 | 21 | 0 | 47 | 111 | 127 | 30 | 26 |
| Binary | 111001 | 1000101 | 101010 | 10001 | 0 | 100111 | 1001001 | 1010111 | 11000 | 10110 |
Color Harmonies of #39452A
Complementary color
Monochromatic Colors of #39452A
Black with #39452A
Text Example
Text Example
White with #39452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39452A; }
p { color: rgb(57,69,42); }
H1.HeaderClassName
{
color: #39452A;
}
.AnyTagClassName
{
color: #39452A;
}
</style>
background-color css
<style>
a { background-color: #39452A; }
a { background-color: rgb(57,69,42); }
div.DivClassName
{
background-color: #39452A;
}
.BgClassName
{
background-color: #39452A;
}
</style>
border-color css
<style>
span { border-color: #39452A; }
span { border-color: rgb(57,69,42); }
td.TdClassName
{
border-color: #39452A;
}
.TagClassName
{
border-color: #39452A;
}
</style>