#355516

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

Shades of Seaweed #355516

Tints of Seaweed #355516

Color information

#355516 (or 0x355516) is unknown color: approx Seaweed. HEX triplet: 35, 55 and 16. RGB value is (53,85,22). Sum of RGB (Red+Green+Blue) = 53+85+22=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #355516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355516 is #CAAAE9. Grayscale: #444444. Windows color (decimal): -13282026 or 1463605. OLE color: 1463605.

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

Color convert

RGB538522-
CMYK0.3800.740.67
HSL90.48º58.88%20.98%-
HSV(B)90.48º74.12%33.33%-
XYZ4.867.311.91-
YUV68.25101.9117.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=33.12%
G=53.12%
B=13.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385220.3800.740.6790.4858.8820.98
Hex3555162604A435a3b15
Octal65125264601121031327325
Binary110101101010110110100110010010101000011101101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355516; }

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

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

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

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

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

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

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

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