#325216

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

Shades of Seaweed #325216

Tints of Seaweed #325216

Color information

#325216 (or 0x325216) is unknown color: approx Seaweed. HEX triplet: 32, 52 and 16. RGB value is (50,82,22). Sum of RGB (Red+Green+Blue) = 50+82+22=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #325216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325216 is #CDADE9. Grayscale: #414141. Windows color (decimal): -13479402 or 1462834. OLE color: 1462834.

HSL color Cylindrical-coordinate representation of color #325216: hue angle of 92º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325216 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB508222-
CMYK0.3900.730.68
HSL92º57.69%20.39%-
HSV(B)92º73.17%32.16%-
XYZ4.486.771.83-
YUV65.59103.4116.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=32.47%
G=53.25%
B=14.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082220.3900.730.689257.6920.39
Hex32521627049445c3a14
Octal62122264701111041347224
Binary110010101001010110100111010010011000100101110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325216; }

 p { color: rgb(50,82,22); }

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

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

 a { background-color: rgb(50,82,22); }

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

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

 span { border-color: rgb(50,82,22); }

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