Shades of Seaweed #3D4D28
Tints of Seaweed #3D4D28
RGB
CMYK
RGB Variations
Color information
#3D4D28 (or 0x3D4D28) is known color: Seaweed. HEX triplet: 3D, 4D and 28. RGB value is (61,77,40). Sum of RGB (Red+Green+Blue) = 61+77+40=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #3D4D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4D28 is #C2B2D7. Grayscale: #444444. Windows color (decimal): -12759768 or 2641213. OLE color: 2641213.
HSL color Cylindrical-coordinate representation of color #3D4D28: hue angle of 85.95º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4D28 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
RGB | 61 | 77 | 40 | - |
CMYK | 0.21 | 0 | 0.48 | 0.70 |
HSL | 85.95º | 0.32% | 0.23% | - |
HSV(B) | 85.95º | 0.48% | 0.3% | - |
XYZ | 4.96 | 6.45 | 2.99 | - |
YUV | 68 | 112.2 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 77 | 40 | 0.21 | 0 | 0.48 | 0.70 | 85.95 | 0.32 | 0.23 |
Hex | 3D | 4D | 28 | 15 | 0 | 30 | 46 | 56 | 20 | 17 |
Octal | 75 | 115 | 50 | 25 | 0 | 60 | 106 | 126 | 40 | 27 |
Binary | 111101 | 1001101 | 101000 | 10101 | 0 | 110000 | 1000110 | 1010110 | 100000 | 10111 |
Color Harmonies of #3D4D28
Complementary color
Monochromatic Colors of #3D4D28
Black with #3D4D28
Text Example
Text Example
White with #3D4D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4D28; }
p { color: rgb(61,77,40); }
H1.HeaderClassName
{
color: #3D4D28;
}
.AnyTagClassName
{
color: #3D4D28;
}
</style>
background-color css
<style>
a { background-color: #3D4D28; }
a { background-color: rgb(61,77,40); }
div.DivClassName
{
background-color: #3D4D28;
}
.BgClassName
{
background-color: #3D4D28;
}
</style>
border-color css
<style>
span { border-color: #3D4D28; }
span { border-color: rgb(61,77,40); }
td.TdClassName
{
border-color: #3D4D28;
}
.TagClassName
{
border-color: #3D4D28;
}
</style>