#32411E

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

Shades of Seaweed #32411E

Tints of Seaweed #32411E

Color information

#32411E (or 0x32411E) is unknown color: approx Seaweed. HEX triplet: 32, 41 and 1E. RGB value is (50,65,30). Sum of RGB (Red+Green+Blue) = 50+65+30=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #32411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32411E is #CDBEE1. Grayscale: #383838. Windows color (decimal): -13483746 or 1982770. OLE color: 1982770.

HSL color Cylindrical-coordinate representation of color #32411E: hue angle of 85.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32411E is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB506530-
CMYK0.2300.540.75
HSL85.71º36.84%18.63%-
HSV(B)85.71º53.85%25.49%-
XYZ3.444.551.93-
YUV56.53113.03123.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=34.48%
G=44.83%
B=20.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065300.2300.540.7585.7136.8418.63
Hex32411E170364B562513
Octal6210136270661131264523
Binary1100101000001111101011101101101001011101011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32411E; }

 p { color: rgb(50,65,30); }

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

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

 a { background-color: rgb(50,65,30); }

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

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

 span { border-color: rgb(50,65,30); }

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