#313825

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

Shades of Marshland #313825

Tints of Marshland #313825

Color information

#313825 (or 0x313825) is unknown color: approx Marshland. HEX triplet: 31, 38 and 25. RGB value is (49,56,37). Sum of RGB (Red+Green+Blue) = 49+56+37=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #313825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313825 is #CEC7DA. Grayscale: #333333. Windows color (decimal): -13551579 or 2439217. OLE color: 2439217.

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

Color convert

RGB495637-
CMYK0.1200.340.78
HSL82.11º20.43%18.24%-
HSV(B)82.11º33.93%21.96%-
XYZ3.013.612.29-
YUV51.74119.68126.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=34.51%
G=39.44%
B=26.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956370.1200.340.7882.1120.4318.24
Hex313825C0224E521412
Octal617045140421161222422
Binary11000111100010010111000100010100111010100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313825; }

 p { color: rgb(49,56,37); }

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

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

 a { background-color: rgb(49,56,37); }

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

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

 span { border-color: rgb(49,56,37); }

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