#355918

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

Shades of Seaweed #355918

Tints of Seaweed #355918

Color information

#355918 (or 0x355918) is unknown color: approx Seaweed. HEX triplet: 35, 59 and 18. RGB value is (53,89,24). Sum of RGB (Red+Green+Blue) = 53+89+24=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #355918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355918 is #CAA6E7. Grayscale: #474747. Windows color (decimal): -13281000 or 1595701. OLE color: 1595701.

HSL color Cylindrical-coordinate representation of color #355918: hue angle of 93.23º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355918 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB538924-
CMYK0.4000.730.65
HSL93.23º57.52%22.16%-
HSV(B)93.23º73.03%34.9%-
XYZ5.217.972.13-
YUV70.83101.57115.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 89 (35.16% from 255) = 53.61%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=31.93%
G=53.61%
B=14.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389240.4000.730.6593.2357.5222.16
Hex35591828049415d3a16
Octal65131305001111011357226
Binary110101101100111000101000010010011000001101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355918; }

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

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

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

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

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

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

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

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