#325612

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

Shades of Seaweed #325612

Tints of Seaweed #325612

Color information

#325612 (or 0x325612) is unknown color: approx Seaweed. HEX triplet: 32, 56 and 12. RGB value is (50,86,18). Sum of RGB (Red+Green+Blue) = 50+86+18=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #325612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325612 is #CDA9ED. Grayscale: #434343. Windows color (decimal): -13478382 or 1201714. OLE color: 1201714.

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

Color convert

RGB508618-
CMYK0.4200.790.66
HSL91.76º65.38%20.39%-
HSV(B)91.76º79.07%33.73%-
XYZ4.757.381.75-
YUV67.48100.07115.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=32.47%
G=55.84%
B=11.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086180.4200.790.6691.7665.3820.39
Hex3256122A04F425c4114
Octal621262252011710213410124
Binary1100101010110100101010100100111110000101011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325612; }

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

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

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

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

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

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

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

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