#335516

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

Shades of Seaweed #335516

Tints of Seaweed #335516

Color information

#335516 (or 0x335516) is unknown color: approx Seaweed. HEX triplet: 33, 55 and 16. RGB value is (51,85,22). Sum of RGB (Red+Green+Blue) = 51+85+22=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #335516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335516 is #CCAAE9. Grayscale: #434343. Windows color (decimal): -13413098 or 1463603. OLE color: 1463603.

HSL color Cylindrical-coordinate representation of color #335516: hue angle of 92.38º 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 #335516 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB518522-
CMYK0.4000.740.67
HSL92.38º58.88%20.98%-
HSV(B)92.38º74.12%33.33%-
XYZ4.767.261.91-
YUV67.65102.24116.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=32.28%
G=53.80%
B=13.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185220.4000.740.6792.3858.8820.98
Hex3355162804A435c3b15
Octal63125265001121031347325
Binary110011101010110110101000010010101000011101110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335516; }

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

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

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

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

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

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

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

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