#365216

Color #365216 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #365216

Tints of Seaweed #365216

Color information

#365216 (or 0x365216) is unknown color: approx Seaweed. HEX triplet: 36, 52 and 16. RGB value is (54,82,22). Sum of RGB (Red+Green+Blue) = 54+82+22=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #365216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365216 is #C9ADE9. Grayscale: #434343. Windows color (decimal): -13217258 or 1462838. OLE color: 1462838.

HSL color Cylindrical-coordinate representation of color #365216: hue angle of 88º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365216 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB548222-
CMYK0.3400.730.68
HSL88º57.69%20.39%-
HSV(B)88º73.17%32.16%-
XYZ4.686.881.84-
YUV66.79102.72118.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 82 (32.42% from 255) = 51.90%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=34.18%
G=51.90%
B=13.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482220.3400.730.688857.6920.39
Hex3652162204944583a14
Octal66122264201111041307224
Binary110110101001010110100010010010011000100101100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365216; }

 p { color: rgb(54,82,22); }

 H1.HeaderClassName
 {
   color: #365216;
 }
 .AnyTagClassName
 {
   color: #365216;
 }
</style>
background-color css

<style>
 a { background-color: #365216; }

 a { background-color: rgb(54,82,22); }

 div.DivClassName
 {
   background-color: #365216;
 }
 .BgClassName
 {
   background-color: #365216;
 }
</style>
border-color css

<style>
 span { border-color: #365216; }

 span { border-color: rgb(54,82,22); }

 td.TdClassName
 {
   border-color: #365216;
 }
 .TagClassName
 {
   border-color: #365216;
 }
</style>