#325013

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

Shades of Seaweed #325013

Tints of Seaweed #325013

Color information

#325013 (or 0x325013) is unknown color: approx Seaweed. HEX triplet: 32, 50 and 13. RGB value is (50,80,19). Sum of RGB (Red+Green+Blue) = 50+80+19=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #325013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325013 is #CDAFEC. Grayscale: #404040. Windows color (decimal): -13479917 or 1265714. OLE color: 1265714.

HSL color Cylindrical-coordinate representation of color #325013: hue angle of 89.51º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325013 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB508019-
CMYK0.3700.760.69
HSL89.51º61.62%19.41%-
HSV(B)89.51º76.25%31.37%-
XYZ4.36.461.64-
YUV64.08102.56117.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=33.56%
G=53.69%
B=12.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080190.3700.760.6989.5161.6219.41
Hex3250132504C455a3e13
Octal62120234501141051327623
Binary110010101000010011100101010011001000101101101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325013; }

 p { color: rgb(50,80,19); }

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

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

 a { background-color: rgb(50,80,19); }

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

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

 span { border-color: rgb(50,80,19); }

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