#313522

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

Shades of Eternity #313522

Tints of Eternity #313522

Color information

#313522 (or 0x313522) is unknown color: approx Eternity. HEX triplet: 31, 35 and 22. RGB value is (49,53,34). Sum of RGB (Red+Green+Blue) = 49+53+34=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #313522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313522 is #CECADD. Grayscale: #313131. Windows color (decimal): -13552350 or 2241841. OLE color: 2241841.

HSL color Cylindrical-coordinate representation of color #313522: hue angle of 72.63º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #313522 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB495334-
CMYK0.0800.360.79
HSL72.63º21.84%17.06%-
HSV(B)72.63º35.85%20.78%-
XYZ2.833.312-
YUV49.64119.17127.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 34 (13.67% from 255) = 25%
R=36.03%
G=38.97%
B=25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953340.0800.360.7972.6321.8417.06
Hex31352280244F491611
Octal616542100441171112621
Binary11000111010110001010000100100100111110010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313522; }

 p { color: rgb(49,53,34); }

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

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

 a { background-color: rgb(49,53,34); }

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

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

 span { border-color: rgb(49,53,34); }

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