#31451E

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

Shades of Seaweed #31451E

Tints of Seaweed #31451E

Color information

#31451E (or 0x31451E) is unknown color: approx Seaweed. HEX triplet: 31, 45 and 1E. RGB value is (49,69,30). Sum of RGB (Red+Green+Blue) = 49+69+30=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #31451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31451E is #CEBAE1. Grayscale: #3A3A3A. Windows color (decimal): -13548258 or 1983793. OLE color: 1983793.

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

Color convert

RGB496930-
CMYK0.2900.570.73
HSL90.77º39.39%19.41%-
HSV(B)90.77º56.52%27.06%-
XYZ3.6352-
YUV58.57111.87121.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=33.11%
G=46.62%
B=20.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969300.2900.570.7390.7739.3919.41
Hex31451E1D039495b2713
Octal6110536350711111334723
Binary1100011000101111101110101110011001001101101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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