#313728

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

Shades of Marshland #313728

Tints of Marshland #313728

Color information

#313728 (or 0x313728) is unknown color: approx Marshland. HEX triplet: 31, 37 and 28. RGB value is (49,55,40). Sum of RGB (Red+Green+Blue) = 49+55+40=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 55 - color contains mainly: green. Hex color #313728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313728 is #CEC8D7. Grayscale: #333333. Windows color (decimal): -13551832 or 2635569. OLE color: 2635569.

HSL color Cylindrical-coordinate representation of color #313728: hue angle of 84º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #313728 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB495540-
CMYK0.1100.270.78
HSL84º15.79%18.63%-
HSV(B)84º27.27%21.57%-
XYZ3.023.542.53-
YUV51.5121.51126.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=34.03%
G=38.19%
B=27.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955400.1100.270.788415.7918.63
Hex313728B01B4E541013
Octal616750130331161242023
Binary1100011101111010001011011011100111010101001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313728; }

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

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

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

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

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

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

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

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