#325412

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

Shades of Seaweed #325412

Tints of Seaweed #325412

Color information

#325412 (or 0x325412) is unknown color: approx Seaweed. HEX triplet: 32, 54 and 12. RGB value is (50,84,18). Sum of RGB (Red+Green+Blue) = 50+84+18=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #325412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325412 is #CDABED. Grayscale: #424242. Windows color (decimal): -13478894 or 1201202. OLE color: 1201202.

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

Color convert

RGB508418-
CMYK0.4000.790.67
HSL90.91º64.71%20%-
HSV(B)90.91º78.57%32.94%-
XYZ4.597.061.69-
YUV66.31100.74116.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=32.89%
G=55.26%
B=11.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084180.4000.790.6790.9164.7120
Hex3254122804F435b4114
Octal621242250011710313310124
Binary1100101010100100101010000100111110000111011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325412; }

 p { color: rgb(50,84,18); }

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

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

 a { background-color: rgb(50,84,18); }

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

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

 span { border-color: rgb(50,84,18); }

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