Shades of Seaweed #364B22
Tints of Seaweed #364B22
RGB
CMYK
RGB Variations
Color information
#364B22 (or 0x364B22) is known color: Seaweed. HEX triplet: 36, 4B and 22. RGB value is (54,75,34). Sum of RGB (Red+Green+Blue) = 54+75+34=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #364B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B22 is #C9B4DD. Grayscale: #404040. Windows color (decimal): -13219038 or 2247478. OLE color: 2247478.
HSL color Cylindrical-coordinate representation of color #364B22: hue angle of 90.73º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #364B22 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 75 | 34 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.71 |
| HSL | 90.73º | 0.38% | 0.21% | - |
| HSV(B) | 90.73º | 0.55% | 0.29% | - |
| XYZ | 4.33 | 5.93 | 2.43 | - |
| YUV | 64.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 34 | 0.28 | 0 | 0.55 | 0.71 | 90.73 | 0.38 | 0.21 |
| Hex | 36 | 4B | 22 | 1C | 0 | 37 | 47 | 5B | 26 | 15 |
| Octal | 66 | 113 | 42 | 34 | 0 | 67 | 107 | 133 | 46 | 25 |
| Binary | 110110 | 1001011 | 100010 | 11100 | 0 | 110111 | 1000111 | 1011011 | 100110 | 10101 |
Color Harmonies of #364B22
Complementary color
Monochromatic Colors of #364B22
Black with #364B22
Text Example
Text Example
White with #364B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364B22; }
p { color: rgb(54,75,34); }
H1.HeaderClassName
{
color: #364B22;
}
.AnyTagClassName
{
color: #364B22;
}
</style>
background-color css
<style>
a { background-color: #364B22; }
a { background-color: rgb(54,75,34); }
div.DivClassName
{
background-color: #364B22;
}
.BgClassName
{
background-color: #364B22;
}
</style>
border-color css
<style>
span { border-color: #364B22; }
span { border-color: rgb(54,75,34); }
td.TdClassName
{
border-color: #364B22;
}
.TagClassName
{
border-color: #364B22;
}
</style>