#202522

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

Shades of Midnight Moss #202522

Tints of Midnight Moss #202522

Color information

#202522 (or 0x202522) is unknown color: approx Midnight Moss. HEX triplet: 20, 25 and 22. RGB value is (32,37,34). Sum of RGB (Red+Green+Blue) = 32+37+34=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 37 - color contains mainly: green. Hex color #202522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202522 is #DFDADD. Grayscale: #232323. Windows color (decimal): -14670558 or 2237728. OLE color: 2237728.

HSL color Cylindrical-coordinate representation of color #202522: hue angle of 144º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #202522 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB323734-
CMYK0.1400.080.85
HSL144º7.25%13.53%-
HSV(B)144º13.51%14.51%-
XYZ1.551.751.77-
YUV35.16127.34125.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=31.07%
G=35.92%
B=33.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237340.1400.080.851447.2513.53
Hex202522E0855907e
Octal40454216010125220716
Binary1000001001011000101110010001010101100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202522; }

 p { color: rgb(32,37,34); }

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

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

 a { background-color: rgb(32,37,34); }

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

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

 span { border-color: rgb(32,37,34); }

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