#325512

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

Shades of Seaweed #325512

Tints of Seaweed #325512

Color information

#325512 (or 0x325512) is unknown color: approx Seaweed. HEX triplet: 32, 55 and 12. RGB value is (50,85,18). Sum of RGB (Red+Green+Blue) = 50+85+18=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #325512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325512 is #CDAAED. Grayscale: #434343. Windows color (decimal): -13478638 or 1201458. OLE color: 1201458.

HSL color Cylindrical-coordinate representation of color #325512: hue angle of 91.34º 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 #325512 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB508518-
CMYK0.4100.790.67
HSL91.34º65.05%20.2%-
HSV(B)91.34º78.82%33.33%-
XYZ4.677.221.72-
YUV66.9100.4115.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=32.68%
G=55.56%
B=11.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085180.4100.790.6791.3465.0520.2
Hex3255122904F435b4114
Octal621252251011710313310124
Binary1100101010101100101010010100111110000111011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325512; }

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

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

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

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

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

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

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

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