#313928

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

Shades of Seaweed #313928

Tints of Seaweed #313928

Color information

#313928 (or 0x313928) is unknown color: approx Seaweed. HEX triplet: 31, 39 and 28. RGB value is (49,57,40). Sum of RGB (Red+Green+Blue) = 49+57+40=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #313928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313928 is #CEC6D7. Grayscale: #343434. Windows color (decimal): -13551320 or 2636081. OLE color: 2636081.

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

Color convert

RGB495740-
CMYK0.1400.300.78
HSL88.24º17.53%19.02%-
HSV(B)88.24º29.82%22.35%-
XYZ3.113.732.56-
YUV52.67120.85125.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=33.56%
G=39.04%
B=27.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957400.1400.300.7888.2417.5319.02
Hex313928E01E4E581213
Octal617150160361161302223
Binary1100011110011010001110011110100111010110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313928; }

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

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

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

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

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

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

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

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