#324D1D

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

Shades of Seaweed #324D1D

Tints of Seaweed #324D1D

Color information

#324D1D (or 0x324D1D) is unknown color: approx Seaweed. HEX triplet: 32, 4D and 1D. RGB value is (50,77,29). Sum of RGB (Red+Green+Blue) = 50+77+29=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #324D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D1D is #CDB2E2. Grayscale: #3F3F3F. Windows color (decimal): -13480675 or 1920306. OLE color: 1920306.

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

Color convert

RGB507729-
CMYK0.3500.620.70
HSL93.75º45.28%20.78%-
HSV(B)93.75º62.34%30.2%-
XYZ4.196.072.11-
YUV63.46108.55118.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=32.05%
G=49.36%
B=18.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5077290.3500.620.7093.7545.2820.78
Hex324D1D2303E465e2d15
Octal6211535430761061365525
Binary11001010011011110110001101111101000110101111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,77,29); }

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

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

 a { background-color: rgb(50,77,29); }

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

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

 span { border-color: rgb(50,77,29); }

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