#313923

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

Shades of Marshland #313923

Tints of Marshland #313923

Color information

#313923 (or 0x313923) is unknown color: approx Marshland. HEX triplet: 31, 39 and 23. RGB value is (49,57,35). Sum of RGB (Red+Green+Blue) = 49+57+35=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 57 - color contains mainly: green. Hex color #313923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313923 is #CEC6DC. Grayscale: #343434. Windows color (decimal): -13551325 or 2308401. OLE color: 2308401.

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

Color convert

RGB495735-
CMYK0.1400.390.78
HSL81.82º23.91%18.04%-
HSV(B)81.82º38.6%22.35%-
XYZ3.033.72.14-
YUV52.1118.35125.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=34.75%
G=40.43%
B=24.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957350.1400.390.7881.8223.9118.04
Hex313923E0274E521812
Octal617143160471161223022
Binary11000111100110001111100100111100111010100101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313923; }

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

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

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

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

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

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

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

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