#31580D

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

Shades of Seaweed #31580D

Tints of Seaweed #31580D

Color information

#31580D (or 0x31580D) is unknown color: approx Seaweed. HEX triplet: 31, 58 and 0D. RGB value is (49,88,13). Sum of RGB (Red+Green+Blue) = 49+88+13=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #31580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31580D is #CEA7F2. Grayscale: #444444. Windows color (decimal): -13543411 or 874545. OLE color: 874545.

HSL color Cylindrical-coordinate representation of color #31580D: hue angle of 91.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31580D is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB498813-
CMYK0.4400.850.65
HSL91.2º74.26%19.8%-
HSV(B)91.2º85.23%34.51%-
XYZ4.837.661.61-
YUV67.7997.08114.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 88 (34.77% from 255) = 58.67%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=32.67%
G=58.67%
B=8.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988130.4400.850.6591.274.2619.8
Hex3158D2C055415b4a14
Octal611301554012510113311224
Binary110001101100011011011000101010110000011011011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,88,13); }

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

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

 a { background-color: rgb(49,88,13); }

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

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

 span { border-color: rgb(49,88,13); }

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