#31491D

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

Shades of Seaweed #31491D

Tints of Seaweed #31491D

Color information

#31491D (or 0x31491D) is unknown color: approx Seaweed. HEX triplet: 31, 49 and 1D. RGB value is (49,73,29). Sum of RGB (Red+Green+Blue) = 49+73+29=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #31491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31491D is #CEB6E2. Grayscale: #3C3C3C. Windows color (decimal): -13547235 or 1919281. OLE color: 1919281.

HSL color Cylindrical-coordinate representation of color #31491D: hue angle of 92.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31491D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB497329-
CMYK0.3300.600.71
HSL92.73º43.14%20%-
HSV(B)92.73º60.27%28.63%-
XYZ3.875.512.02-
YUV60.81110.05119.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=32.45%
G=48.34%
B=19.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973290.3300.600.7192.7343.1420
Hex31491D2103C475d2b14
Octal6111135410741071355324
Binary11000110010011110110000101111001000111101110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31491D; }

 p { color: rgb(49,73,29); }

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

<style>
 a { background-color: #31491D; }

 a { background-color: rgb(49,73,29); }

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

<style>
 span { border-color: #31491D; }

 span { border-color: rgb(49,73,29); }

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