Shades of Seaweed #354C19
Tints of Seaweed #354C19
RGB
CMYK
RGB Variations
Color information
#354C19 (or 0x354C19) is known color: Seaweed. HEX triplet: 35, 4C and 19. RGB value is (53,76,25). Sum of RGB (Red+Green+Blue) = 53+76+25=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #354C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C19 is #CAB3E6. Grayscale: #3F3F3F. Windows color (decimal): -13284327 or 1657909. OLE color: 1657909.
HSL color Cylindrical-coordinate representation of color #354C19: hue angle of 87.06º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354C19 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 25 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.70 |
| HSL | 87.06º | 0.5% | 0.2% | - |
| HSV(B) | 87.06º | 0.67% | 0.3% | - |
| XYZ | 4.23 | 6 | 1.85 | - |
| YUV | 63.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 25 | 0.30 | 0 | 0.67 | 0.70 | 87.06 | 0.5 | 0.2 |
| Hex | 35 | 4C | 19 | 1E | 0 | 43 | 46 | 57 | 32 | 14 |
| Octal | 65 | 114 | 31 | 36 | 0 | 103 | 106 | 127 | 62 | 24 |
| Binary | 110101 | 1001100 | 11001 | 11110 | 0 | 1000011 | 1000110 | 1010111 | 110010 | 10100 |
Color Harmonies of #354C19
Complementary color
Monochromatic Colors of #354C19
Black with #354C19
Text Example
Text Example
White with #354C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C19; }
p { color: rgb(53,76,25); }
H1.HeaderClassName
{
color: #354C19;
}
.AnyTagClassName
{
color: #354C19;
}
</style>
background-color css
<style>
a { background-color: #354C19; }
a { background-color: rgb(53,76,25); }
div.DivClassName
{
background-color: #354C19;
}
.BgClassName
{
background-color: #354C19;
}
</style>
border-color css
<style>
span { border-color: #354C19; }
span { border-color: rgb(53,76,25); }
td.TdClassName
{
border-color: #354C19;
}
.TagClassName
{
border-color: #354C19;
}
</style>