#313924

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

Shades of Seaweed #313924

Tints of Seaweed #313924

Color information

#313924 (or 0x313924) is unknown color: approx Seaweed. HEX triplet: 31, 39 and 24. RGB value is (49,57,36). Sum of RGB (Red+Green+Blue) = 49+57+36=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 57 - color contains mainly: green. Hex color #313924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313924 is #CEC6DB. Grayscale: #343434. Windows color (decimal): -13551324 or 2373937. OLE color: 2373937.

HSL color Cylindrical-coordinate representation of color #313924: hue angle of 82.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #313924 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB495736-
CMYK0.1400.370.78
HSL82.86º22.58%18.24%-
HSV(B)82.86º36.84%22.35%-
XYZ3.053.712.22-
YUV52.21118.85125.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=34.51%
G=40.14%
B=25.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957360.1400.370.7882.8622.5818.24
Hex313924E0254E531712
Octal617144160451161232722
Binary11000111100110010011100100101100111010100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313924; }

 p { color: rgb(49,57,36); }

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

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

 a { background-color: rgb(49,57,36); }

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

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

 span { border-color: rgb(49,57,36); }

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