#31491A

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

Shades of Seaweed #31491A

Tints of Seaweed #31491A

Color information

#31491A (or 0x31491A) is unknown color: approx Seaweed. HEX triplet: 31, 49 and 1A. RGB value is (49,73,26). Sum of RGB (Red+Green+Blue) = 49+73+26=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #31491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31491A is #CEB6E5. Grayscale: #3C3C3C. Windows color (decimal): -13547238 or 1722673. OLE color: 1722673.

HSL color Cylindrical-coordinate representation of color #31491A: hue angle of 90.64º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31491A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB497326-
CMYK0.3300.640.71
HSL90.64º47.47%19.41%-
HSV(B)90.64º64.38%28.63%-
XYZ3.845.491.84-
YUV60.47108.55119.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=33.11%
G=49.32%
B=17.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973260.3300.640.7190.6447.4719.41
Hex31491A21040475b2f13
Octal61111324101001071335723
Binary110001100100111010100001010000001000111101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31491A; }

 p { color: rgb(49,73,26); }

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

<style>
 a { background-color: #31491A; }

 a { background-color: rgb(49,73,26); }

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

<style>
 span { border-color: #31491A; }

 span { border-color: rgb(49,73,26); }

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