#325A11

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

Shades of Seaweed #325A11

Tints of Seaweed #325A11

Color information

#325A11 (or 0x325A11) is unknown color: approx Seaweed. HEX triplet: 32, 5A and 11. RGB value is (50,90,17). Sum of RGB (Red+Green+Blue) = 50+90+17=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #325A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325A11 is #CDA5EE. Grayscale: #454545. Windows color (decimal): -13477359 or 1137202. OLE color: 1137202.

HSL color Cylindrical-coordinate representation of color #325A11: hue angle of 92.88º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #325A11 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB509017-
CMYK0.4400.810.65
HSL92.88º68.22%20.98%-
HSV(B)92.88º81.11%35.29%-
XYZ5.078.031.81-
YUV69.7298.25113.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 90 (35.55% from 255) = 57.32%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=31.85%
G=57.32%
B=10.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090170.4400.810.6592.8868.2220.98
Hex325A112C051415d4415
Octal621322154012110113510425
Binary1100101011010100011011000101000110000011011101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325A11; }

 p { color: rgb(50,90,17); }

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

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

 a { background-color: rgb(50,90,17); }

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

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

 span { border-color: rgb(50,90,17); }

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