#31590F

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

Shades of Seaweed #31590F

Tints of Seaweed #31590F

Color information

#31590F (or 0x31590F) is unknown color: approx Seaweed. HEX triplet: 31, 59 and 0F. RGB value is (49,89,15). Sum of RGB (Red+Green+Blue) = 49+89+15=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #31590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31590F is #CEA6F0. Grayscale: #444444. Windows color (decimal): -13543153 or 1005873. OLE color: 1005873.

HSL color Cylindrical-coordinate representation of color #31590F: hue angle of 92.43º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31590F is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB498915-
CMYK0.4500.830.65
HSL92.43º71.15%20.39%-
HSV(B)92.43º83.15%34.9%-
XYZ4.937.831.7-
YUV68.697.75114.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 89 (35.16% from 255) = 58.17%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=32.03%
G=58.17%
B=9.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989150.4500.830.6592.4371.1520.39
Hex3159F2D053415c4714
Octal611311755012310113410724
Binary110001101100111111011010101001110000011011100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,89,15); }

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

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

 a { background-color: rgb(49,89,15); }

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

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

 span { border-color: rgb(49,89,15); }

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