#325414

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

Shades of Seaweed #325414

Tints of Seaweed #325414

Color information

#325414 (or 0x325414) is unknown color: approx Seaweed. HEX triplet: 32, 54 and 14. RGB value is (50,84,20). Sum of RGB (Red+Green+Blue) = 50+84+20=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #325414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325414 is #CDABEB. Grayscale: #424242. Windows color (decimal): -13478892 or 1332274. OLE color: 1332274.

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

Color convert

RGB508420-
CMYK0.4000.760.67
HSL91.88º61.54%20.39%-
HSV(B)91.88º76.19%32.94%-
XYZ4.617.071.78-
YUV66.54101.74116.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=32.47%
G=54.55%
B=12.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084200.4000.760.6791.8861.5420.39
Hex3254142804C435c3e14
Octal62124245001141031347624
Binary110010101010010100101000010011001000011101110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325414; }

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

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

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

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

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

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

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

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