#325B12

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

Shades of Seaweed #325B12

Tints of Seaweed #325B12

Color information

#325B12 (or 0x325B12) is unknown color: approx Seaweed. HEX triplet: 32, 5B and 12. RGB value is (50,91,18). Sum of RGB (Red+Green+Blue) = 50+91+18=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #325B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B12 is #CDA4ED. Grayscale: #464646. Windows color (decimal): -13477102 or 1202994. OLE color: 1202994.

HSL color Cylindrical-coordinate representation of color #325B12: hue angle of 93.7º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325B12 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB509118-
CMYK0.4500.800.64
HSL93.7º66.97%21.37%-
HSV(B)93.7º80.22%35.69%-
XYZ5.178.21.88-
YUV70.4298.42113.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 91 (35.94% from 255) = 57.23%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=31.45%
G=57.23%
B=11.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091180.4500.800.6493.766.9721.37
Hex325B122D050405e4315
Octal621332255012010013610325
Binary1100101011011100101011010101000010000001011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325B12; }

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

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

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

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

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

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

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

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