#355418

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

Shades of Seaweed #355418

Tints of Seaweed #355418

Color information

#355418 (or 0x355418) is unknown color: approx Seaweed. HEX triplet: 35, 54 and 18. RGB value is (53,84,24). Sum of RGB (Red+Green+Blue) = 53+84+24=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #355418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355418 is #CAABE7. Grayscale: #444444. Windows color (decimal): -13282280 or 1594421. OLE color: 1594421.

HSL color Cylindrical-coordinate representation of color #355418: hue angle of 91º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355418 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB538424-
CMYK0.3700.710.67
HSL91º55.56%21.18%-
HSV(B)91º71.43%32.94%-
XYZ4.87.161.99-
YUV67.89103.23117.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=32.92%
G=52.17%
B=14.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384240.3700.710.679155.5621.18
Hex35541825047435b3815
Octal65124304501071031337025
Binary110101101010011000100101010001111000011101101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355418; }

 p { color: rgb(53,84,24); }

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

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

 a { background-color: rgb(53,84,24); }

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

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

 span { border-color: rgb(53,84,24); }

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