Shades of Seaweed #36531C
Tints of Seaweed #36531C
RGB
CMYK
RGB Variations
Color information
#36531C (or 0x36531C) is known color: Seaweed. HEX triplet: 36, 53 and 1C. RGB value is (54,83,28). Sum of RGB (Red+Green+Blue) = 54+83+28=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #36531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36531C is #C9ACE3. Grayscale: #444444. Windows color (decimal): -13216996 or 1856310. OLE color: 1856310.
HSL color Cylindrical-coordinate representation of color #36531C: hue angle of 91.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36531C is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 83 | 28 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.67 |
| HSL | 91.64º | 0.5% | 0.22% | - |
| HSV(B) | 91.64º | 0.66% | 0.33% | - |
| XYZ | 4.82 | 7.05 | 2.21 | - |
| YUV | 68.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 28 | 0.35 | 0 | 0.66 | 0.67 | 91.64 | 0.5 | 0.22 |
| Hex | 36 | 53 | 1C | 23 | 0 | 42 | 43 | 5C | 32 | 16 |
| Octal | 66 | 123 | 34 | 43 | 0 | 102 | 103 | 134 | 62 | 26 |
| Binary | 110110 | 1010011 | 11100 | 100011 | 0 | 1000010 | 1000011 | 1011100 | 110010 | 10110 |
Color Harmonies of #36531C
Complementary color
Monochromatic Colors of #36531C
Black with #36531C
Text Example
Text Example
White with #36531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36531C; }
p { color: rgb(54,83,28); }
H1.HeaderClassName
{
color: #36531C;
}
.AnyTagClassName
{
color: #36531C;
}
</style>
background-color css
<style>
a { background-color: #36531C; }
a { background-color: rgb(54,83,28); }
div.DivClassName
{
background-color: #36531C;
}
.BgClassName
{
background-color: #36531C;
}
</style>
border-color css
<style>
span { border-color: #36531C; }
span { border-color: rgb(54,83,28); }
td.TdClassName
{
border-color: #36531C;
}
.TagClassName
{
border-color: #36531C;
}
</style>