Shades of Seaweed #38462A
Tints of Seaweed #38462A
RGB
CMYK
RGB Variations
Color information
#38462A (or 0x38462A) is known color: Seaweed. HEX triplet: 38, 46 and 2A. RGB value is (56,70,42). Sum of RGB (Red+Green+Blue) = 56+70+42=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #38462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38462A is #C7B9D5. Grayscale: #3E3E3E. Windows color (decimal): -13089238 or 2770488. OLE color: 2770488.
HSL color Cylindrical-coordinate representation of color #38462A: hue angle of 90º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38462A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 42 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.73 |
| HSL | 90º | 0.25% | 0.22% | - |
| HSV(B) | 90º | 0.4% | 0.27% | - |
| XYZ | 4.24 | 5.39 | 3.01 | - |
| YUV | 62.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 42 | 0.20 | 0 | 0.40 | 0.73 | 90 | 0.25 | 0.22 |
| Hex | 38 | 46 | 2A | 14 | 0 | 28 | 49 | 5A | 19 | 16 |
| Octal | 70 | 106 | 52 | 24 | 0 | 50 | 111 | 132 | 31 | 26 |
| Binary | 111000 | 1000110 | 101010 | 10100 | 0 | 101000 | 1001001 | 1011010 | 11001 | 10110 |
Color Harmonies of #38462A
Complementary color
Monochromatic Colors of #38462A
Black with #38462A
Text Example
Text Example
White with #38462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38462A; }
p { color: rgb(56,70,42); }
H1.HeaderClassName
{
color: #38462A;
}
.AnyTagClassName
{
color: #38462A;
}
</style>
background-color css
<style>
a { background-color: #38462A; }
a { background-color: rgb(56,70,42); }
div.DivClassName
{
background-color: #38462A;
}
.BgClassName
{
background-color: #38462A;
}
</style>
border-color css
<style>
span { border-color: #38462A; }
span { border-color: rgb(56,70,42); }
td.TdClassName
{
border-color: #38462A;
}
.TagClassName
{
border-color: #38462A;
}
</style>