Shades of Seaweed #38452B
Tints of Seaweed #38452B
RGB
CMYK
RGB Variations
Color information
#38452B (or 0x38452B) is known color: Seaweed. HEX triplet: 38, 45 and 2B. RGB value is (56,69,43). Sum of RGB (Red+Green+Blue) = 56+69+43=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #38452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38452B is #C7BAD4. Grayscale: #3E3E3E. Windows color (decimal): -13089493 or 2835768. OLE color: 2835768.
HSL color Cylindrical-coordinate representation of color #38452B: hue angle of 90º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38452B is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 69 | 43 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.73 |
| HSL | 90º | 0.23% | 0.22% | - |
| HSV(B) | 90º | 0.38% | 0.27% | - |
| XYZ | 4.2 | 5.27 | 3.08 | - |
| YUV | 62.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 43 | 0.19 | 0 | 0.38 | 0.73 | 90 | 0.23 | 0.22 |
| Hex | 38 | 45 | 2B | 13 | 0 | 26 | 49 | 5A | 17 | 16 |
| Octal | 70 | 105 | 53 | 23 | 0 | 46 | 111 | 132 | 27 | 26 |
| Binary | 111000 | 1000101 | 101011 | 10011 | 0 | 100110 | 1001001 | 1011010 | 10111 | 10110 |
Color Harmonies of #38452B
Complementary color
Monochromatic Colors of #38452B
Black with #38452B
Text Example
Text Example
White with #38452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38452B; }
p { color: rgb(56,69,43); }
H1.HeaderClassName
{
color: #38452B;
}
.AnyTagClassName
{
color: #38452B;
}
</style>
background-color css
<style>
a { background-color: #38452B; }
a { background-color: rgb(56,69,43); }
div.DivClassName
{
background-color: #38452B;
}
.BgClassName
{
background-color: #38452B;
}
</style>
border-color css
<style>
span { border-color: #38452B; }
span { border-color: rgb(56,69,43); }
td.TdClassName
{
border-color: #38452B;
}
.TagClassName
{
border-color: #38452B;
}
</style>