#355016

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

Shades of Seaweed #355016

Tints of Seaweed #355016

Color information

#355016 (or 0x355016) is unknown color: approx Seaweed. HEX triplet: 35, 50 and 16. RGB value is (53,80,22). Sum of RGB (Red+Green+Blue) = 53+80+22=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #355016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355016 is #CAAFE9. Grayscale: #414141. Windows color (decimal): -13283306 or 1462325. OLE color: 1462325.

HSL color Cylindrical-coordinate representation of color #355016: hue angle of 87.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355016 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB538022-
CMYK0.3400.720.69
HSL87.93º56.86%20%-
HSV(B)87.93º72.5%31.37%-
XYZ4.486.551.79-
YUV65.32103.55119.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 80 (31.64% from 255) = 51.61%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=34.19%
G=51.61%
B=14.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380220.3400.720.6987.9356.8620
Hex3550162204845583914
Octal65120264201101051307124
Binary110101101000010110100010010010001000101101100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355016; }

 p { color: rgb(53,80,22); }

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

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

 a { background-color: rgb(53,80,22); }

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

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

 span { border-color: rgb(53,80,22); }

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