#31471D

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

Shades of Seaweed #31471D

Tints of Seaweed #31471D

Color information

#31471D (or 0x31471D) is unknown color: approx Seaweed. HEX triplet: 31, 47 and 1D. RGB value is (49,71,29). Sum of RGB (Red+Green+Blue) = 49+71+29=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #31471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31471D is #CEB8E2. Grayscale: #3B3B3B. Windows color (decimal): -13547747 or 1918769. OLE color: 1918769.

HSL color Cylindrical-coordinate representation of color #31471D: hue angle of 91.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31471D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB497129-
CMYK0.3100.590.72
HSL91.43º42%19.61%-
HSV(B)91.43º59.15%27.84%-
XYZ3.745.251.98-
YUV59.63110.71120.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=32.89%
G=47.65%
B=19.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971290.3100.590.7291.434219.61
Hex31471D1F03B485b2a14
Octal6110735370731101335224
Binary1100011000111111011111101110111001000101101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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