#355019

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

Shades of Seaweed #355019

Tints of Seaweed #355019

Color information

#355019 (or 0x355019) is unknown color: approx Seaweed. HEX triplet: 35, 50 and 19. RGB value is (53,80,25). Sum of RGB (Red+Green+Blue) = 53+80+25=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #355019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355019 is #CAAFE6. Grayscale: #414141. Windows color (decimal): -13283303 or 1658933. OLE color: 1658933.

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

Color convert

RGB538025-
CMYK0.3400.690.69
HSL89.45º52.38%20.59%-
HSV(B)89.45º68.75%31.37%-
XYZ4.516.561.95-
YUV65.66105.05118.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=33.54%
G=50.63%
B=15.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380250.3400.690.6989.4552.3820.59
Hex3550192204545593415
Octal65120314201051051316425
Binary110101101000011001100010010001011000101101100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355019; }

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

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

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

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

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

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

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

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