Shades of Seaweed #3A4B27
Tints of Seaweed #3A4B27
RGB
CMYK
RGB Variations
Color information
#3A4B27 (or 0x3A4B27) is known color: Seaweed. HEX triplet: 3A, 4B and 27. RGB value is (58,75,39). Sum of RGB (Red+Green+Blue) = 58+75+39=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B27 is #C5B4D8. Grayscale: #414141. Windows color (decimal): -12956889 or 2575162. OLE color: 2575162.
HSL color Cylindrical-coordinate representation of color #3A4B27: hue angle of 88.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A4B27 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 39 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.71 |
| HSL | 88.33º | 0.32% | 0.22% | - |
| HSV(B) | 88.33º | 0.48% | 0.29% | - |
| XYZ | 4.63 | 6.08 | 2.85 | - |
| YUV | 65.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 39 | 0.23 | 0 | 0.48 | 0.71 | 88.33 | 0.32 | 0.22 |
| Hex | 3A | 4B | 27 | 17 | 0 | 30 | 47 | 58 | 20 | 16 |
| Octal | 72 | 113 | 47 | 27 | 0 | 60 | 107 | 130 | 40 | 26 |
| Binary | 111010 | 1001011 | 100111 | 10111 | 0 | 110000 | 1000111 | 1011000 | 100000 | 10110 |
Color Harmonies of #3A4B27
Complementary color
Monochromatic Colors of #3A4B27
Black with #3A4B27
Text Example
Text Example
White with #3A4B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B27; }
p { color: rgb(58,75,39); }
H1.HeaderClassName
{
color: #3A4B27;
}
.AnyTagClassName
{
color: #3A4B27;
}
</style>
background-color css
<style>
a { background-color: #3A4B27; }
a { background-color: rgb(58,75,39); }
div.DivClassName
{
background-color: #3A4B27;
}
.BgClassName
{
background-color: #3A4B27;
}
</style>
border-color css
<style>
span { border-color: #3A4B27; }
span { border-color: rgb(58,75,39); }
td.TdClassName
{
border-color: #3A4B27;
}
.TagClassName
{
border-color: #3A4B27;
}
</style>