#31481D

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

Shades of Seaweed #31481D

Tints of Seaweed #31481D

Color information

#31481D (or 0x31481D) is unknown color: approx Seaweed. HEX triplet: 31, 48 and 1D. RGB value is (49,72,29). Sum of RGB (Red+Green+Blue) = 49+72+29=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #31481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31481D is #CEB7E2. Grayscale: #3C3C3C. Windows color (decimal): -13547491 or 1919025. OLE color: 1919025.

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

Color convert

RGB497229-
CMYK0.3200.600.72
HSL92.09º42.57%19.8%-
HSV(B)92.09º59.72%28.24%-
XYZ3.815.382-
YUV60.22110.38120-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=32.67%
G=48%
B=19.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972290.3200.600.7292.0942.5719.8
Hex31481D2003C485c2b14
Octal6111035400741101345324
Binary11000110010001110110000001111001001000101110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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