#31481F

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

Shades of Seaweed #31481F

Tints of Seaweed #31481F

Color information

#31481F (or 0x31481F) is unknown color: approx Seaweed. HEX triplet: 31, 48 and 1F. RGB value is (49,72,31). Sum of RGB (Red+Green+Blue) = 49+72+31=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #31481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31481F is #CEB7E0. Grayscale: #3C3C3C. Windows color (decimal): -13547489 or 2050097. OLE color: 2050097.

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

Color convert

RGB497231-
CMYK0.3200.570.72
HSL93.66º39.81%20.2%-
HSV(B)93.66º56.94%28.24%-
XYZ3.835.392.13-
YUV60.45111.38119.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=32.24%
G=47.37%
B=20.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972310.3200.570.7293.6639.8120.2
Hex31481F20039485e2814
Octal6111037400711101365024
Binary11000110010001111110000001110011001000101111010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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