#324F19

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

Shades of Seaweed #324F19

Tints of Seaweed #324F19

Color information

#324F19 (or 0x324F19) is unknown color: approx Seaweed. HEX triplet: 32, 4F and 19. RGB value is (50,79,25). Sum of RGB (Red+Green+Blue) = 50+79+25=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #324F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324F19 is #CDB0E6. Grayscale: #404040. Windows color (decimal): -13480167 or 1658674. OLE color: 1658674.

HSL color Cylindrical-coordinate representation of color #324F19: hue angle of 92.22º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324F19 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB507925-
CMYK0.3700.680.69
HSL92.22º51.92%20.39%-
HSV(B)92.22º68.35%30.98%-
XYZ4.296.341.92-
YUV64.17105.89117.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 79 (31.25% from 255) = 51.30%
BLUE value IS 25 (10.16% from 255) = 16.23%
R=32.47%
G=51.30%
B=16.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079250.3700.680.6992.2251.9220.39
Hex324F1925044455c3414
Octal62117314501041051346424
Binary110010100111111001100101010001001000101101110011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F19; }

 p { color: rgb(50,79,25); }

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

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

 a { background-color: rgb(50,79,25); }

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

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

 span { border-color: rgb(50,79,25); }

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