Shades of Seaweed #38452A
Tints of Seaweed #38452A
RGB
CMYK
RGB Variations
Color information
#38452A (or 0x38452A) is known color: Seaweed. HEX triplet: 38, 45 and 2A. RGB value is (56,69,42). Sum of RGB (Red+Green+Blue) = 56+69+42=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #38452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38452A is #C7BAD5. Grayscale: #3E3E3E. Windows color (decimal): -13089494 or 2770232. OLE color: 2770232.
HSL color Cylindrical-coordinate representation of color #38452A: hue angle of 88.89º 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 #38452A is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 69 | 42 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.73 |
| HSL | 88.89º | 0.24% | 0.22% | - |
| HSV(B) | 88.89º | 0.39% | 0.27% | - |
| XYZ | 4.18 | 5.26 | 2.99 | - |
| YUV | 62.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 42 | 0.19 | 0 | 0.39 | 0.73 | 88.89 | 0.24 | 0.22 |
| Hex | 38 | 45 | 2A | 13 | 0 | 27 | 49 | 59 | 18 | 16 |
| Octal | 70 | 105 | 52 | 23 | 0 | 47 | 111 | 131 | 30 | 26 |
| Binary | 111000 | 1000101 | 101010 | 10011 | 0 | 100111 | 1001001 | 1011001 | 11000 | 10110 |
Color Harmonies of #38452A
Complementary color
Monochromatic Colors of #38452A
Black with #38452A
Text Example
Text Example
White with #38452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38452A; }
p { color: rgb(56,69,42); }
H1.HeaderClassName
{
color: #38452A;
}
.AnyTagClassName
{
color: #38452A;
}
</style>
background-color css
<style>
a { background-color: #38452A; }
a { background-color: rgb(56,69,42); }
div.DivClassName
{
background-color: #38452A;
}
.BgClassName
{
background-color: #38452A;
}
</style>
border-color css
<style>
span { border-color: #38452A; }
span { border-color: rgb(56,69,42); }
td.TdClassName
{
border-color: #38452A;
}
.TagClassName
{
border-color: #38452A;
}
</style>