#355916

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

Shades of Seaweed #355916

Tints of Seaweed #355916

Color information

#355916 (or 0x355916) is unknown color: approx Seaweed. HEX triplet: 35, 59 and 16. RGB value is (53,89,22). Sum of RGB (Red+Green+Blue) = 53+89+22=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #355916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355916 is #CAA6E9. Grayscale: #464646. Windows color (decimal): -13281002 or 1464629. OLE color: 1464629.

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

Color convert

RGB538922-
CMYK0.4000.750.65
HSL92.24º60.36%21.76%-
HSV(B)92.24º75.28%34.9%-
XYZ5.197.962.02-
YUV70.6100.57115.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=32.32%
G=54.27%
B=13.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389220.4000.750.6592.2460.3621.76
Hex3559162804B415c3c16
Octal65131265001131011347426
Binary110101101100110110101000010010111000001101110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355916; }

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

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

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

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

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

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

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

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