#31451C

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

Shades of Seaweed #31451C

Tints of Seaweed #31451C

Color information

#31451C (or 0x31451C) is unknown color: approx Seaweed. HEX triplet: 31, 45 and 1C. RGB value is (49,69,28). Sum of RGB (Red+Green+Blue) = 49+69+28=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #31451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31451C is #CEBAE3. Grayscale: #3A3A3A. Windows color (decimal): -13548260 or 1852721. OLE color: 1852721.

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

Color convert

RGB496928-
CMYK0.2900.590.73
HSL89.27º42.27%19.02%-
HSV(B)89.27º59.42%27.06%-
XYZ3.64.991.87-
YUV58.35110.87121.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=33.56%
G=47.26%
B=19.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969280.2900.590.7389.2742.2719.02
Hex31451C1D03B49592a13
Octal6110534350731111315223
Binary1100011000101111001110101110111001001101100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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