Shades of Seaweed #334A1B
Tints of Seaweed #334A1B
RGB
CMYK
RGB Variations
Color information
#334A1B (or 0x334A1B) is known color: Seaweed. HEX triplet: 33, 4A and 1B. RGB value is (51,74,27). Sum of RGB (Red+Green+Blue) = 51+74+27=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #334A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A1B is #CCB5E4. Grayscale: #3D3D3D. Windows color (decimal): -13415909 or 1788467. OLE color: 1788467.
HSL color Cylindrical-coordinate representation of color #334A1B: hue angle of 89.36º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334A1B is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 74 | 27 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.71 |
| HSL | 89.36º | 0.47% | 0.2% | - |
| HSV(B) | 89.36º | 0.64% | 0.29% | - |
| XYZ | 4.01 | 5.68 | 1.92 | - |
| YUV | 61.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 27 | 0.31 | 0 | 0.64 | 0.71 | 89.36 | 0.47 | 0.2 |
| Hex | 33 | 4A | 1B | 1F | 0 | 40 | 47 | 59 | 2F | 14 |
| Octal | 63 | 112 | 33 | 37 | 0 | 100 | 107 | 131 | 57 | 24 |
| Binary | 110011 | 1001010 | 11011 | 11111 | 0 | 1000000 | 1000111 | 1011001 | 101111 | 10100 |
Color Harmonies of #334A1B
Complementary color
Monochromatic Colors of #334A1B
Black with #334A1B
Text Example
Text Example
White with #334A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A1B; }
p { color: rgb(51,74,27); }
H1.HeaderClassName
{
color: #334A1B;
}
.AnyTagClassName
{
color: #334A1B;
}
</style>
background-color css
<style>
a { background-color: #334A1B; }
a { background-color: rgb(51,74,27); }
div.DivClassName
{
background-color: #334A1B;
}
.BgClassName
{
background-color: #334A1B;
}
</style>
border-color css
<style>
span { border-color: #334A1B; }
span { border-color: rgb(51,74,27); }
td.TdClassName
{
border-color: #334A1B;
}
.TagClassName
{
border-color: #334A1B;
}
</style>