#32421F

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

Shades of Seaweed #32421F

Tints of Seaweed #32421F

Color information

#32421F (or 0x32421F) is unknown color: approx Seaweed. HEX triplet: 32, 42 and 1F. RGB value is (50,66,31). Sum of RGB (Red+Green+Blue) = 50+66+31=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #32421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32421F is #CDBDE0. Grayscale: #393939. Windows color (decimal): -13483489 or 2048562. OLE color: 2048562.

HSL color Cylindrical-coordinate representation of color #32421F: hue angle of 87.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32421F is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB506631-
CMYK0.2400.530.74
HSL87.43º36.08%19.02%-
HSV(B)87.43º53.03%25.88%-
XYZ3.514.672.01-
YUV57.23113.2122.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=34.01%
G=44.90%
B=21.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066310.2400.530.7487.4336.0819.02
Hex32421F180354A572413
Octal6210237300651121274423
Binary1100101000010111111100001101011001010101011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32421F; }

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

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

<style>
 a { background-color: #32421F; }

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

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

<style>
 span { border-color: #32421F; }

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

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