#31451F

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

Shades of Seaweed #31451F

Tints of Seaweed #31451F

Color information

#31451F (or 0x31451F) is unknown color: approx Seaweed. HEX triplet: 31, 45 and 1F. RGB value is (49,69,31). Sum of RGB (Red+Green+Blue) = 49+69+31=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #31451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31451F is #CEBAE0. Grayscale: #3A3A3A. Windows color (decimal): -13548257 or 2049329. OLE color: 2049329.

HSL color Cylindrical-coordinate representation of color #31451F: hue angle of 91.58º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31451F is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB496931-
CMYK0.2900.550.73
HSL91.58º38%19.61%-
HSV(B)91.58º55.07%27.06%-
XYZ3.645.012.07-
YUV58.69112.37121.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=32.89%
G=46.31%
B=20.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969310.2900.550.7391.583819.61
Hex31451F1D037495c2614
Octal6110537350671111344624
Binary1100011000101111111110101101111001001101110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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