#324C1F

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

Shades of Seaweed #324C1F

Tints of Seaweed #324C1F

Color information

#324C1F (or 0x324C1F) is unknown color: approx Seaweed. HEX triplet: 32, 4C and 1F. RGB value is (50,76,31). Sum of RGB (Red+Green+Blue) = 50+76+31=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #324C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C1F is #CDB3E0. Grayscale: #3F3F3F. Windows color (decimal): -13480929 or 2051122. OLE color: 2051122.

HSL color Cylindrical-coordinate representation of color #324C1F: hue angle of 94.67º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #324C1F is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB507631-
CMYK0.3400.590.70
HSL94.67º42.06%20.98%-
HSV(B)94.67º59.21%29.8%-
XYZ4.155.952.23-
YUV63.1109.89118.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=31.85%
G=48.41%
B=19.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5076310.3400.590.7094.6742.0620.98
Hex324C1F2203B465f2a15
Octal6211437420731061375225
Binary11001010011001111110001001110111000110101111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,31); }

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

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

 a { background-color: rgb(50,76,31); }

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

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

 span { border-color: rgb(50,76,31); }

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