#31451A

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

Shades of Seaweed #31451A

Tints of Seaweed #31451A

Color information

#31451A (or 0x31451A) is unknown color: approx Seaweed. HEX triplet: 31, 45 and 1A. RGB value is (49,69,26). Sum of RGB (Red+Green+Blue) = 49+69+26=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #31451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31451A is #CEBAE5. Grayscale: #3A3A3A. Windows color (decimal): -13548262 or 1721649. OLE color: 1721649.

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

Color convert

RGB496926-
CMYK0.2900.620.73
HSL87.91º45.26%18.63%-
HSV(B)87.91º62.32%27.06%-
XYZ3.584.981.75-
YUV58.12109.87121.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=34.03%
G=47.92%
B=18.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969260.2900.620.7387.9145.2618.63
Hex31451A1D03E49582d13
Octal6110532350761111305523
Binary1100011000101110101110101111101001001101100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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