#325510

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

Shades of Seaweed #325510

Tints of Seaweed #325510

Color information

#325510 (or 0x325510) is unknown color: approx Seaweed. HEX triplet: 32, 55 and 10. RGB value is (50,85,16). Sum of RGB (Red+Green+Blue) = 50+85+16=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #325510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325510 is #CDAAEF. Grayscale: #424242. Windows color (decimal): -13478640 or 1070386. OLE color: 1070386.

HSL color Cylindrical-coordinate representation of color #325510: hue angle of 90.43º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #325510 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB508516-
CMYK0.4100.810.67
HSL90.43º68.32%19.8%-
HSV(B)90.43º81.18%33.33%-
XYZ4.667.211.64-
YUV66.6799.4116.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.11%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=33.11%
G=56.29%
B=10.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085160.4100.810.6790.4368.3219.8
Hex32551029051435a4414
Octal621252051012110313210424
Binary1100101010101100001010010101000110000111011010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325510; }

 p { color: rgb(50,85,16); }

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

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

 a { background-color: rgb(50,85,16); }

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

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

 span { border-color: rgb(50,85,16); }

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