#223228

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

Shades of Midnight Moss #223228

Tints of Midnight Moss #223228

Color information

#223228 (or 0x223228) is unknown color: approx Midnight Moss. HEX triplet: 22, 32 and 28. RGB value is (34,50,40). Sum of RGB (Red+Green+Blue) = 34+50+40=124 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.42% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #223228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223228 is #DDCDD7. Grayscale: #2C2C2C. Windows color (decimal): -14536152 or 2634274. OLE color: 2634274.

HSL color Cylindrical-coordinate representation of color #223228: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #223228 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB345040-
CMYK0.3200.200.80
HSL142.5º19.05%16.47%-
HSV(B)142.5º32%19.61%-
XYZ2.182.772.43-
YUV44.08125.7120.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.42%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=27.42%
G=40.32%
B=32.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3450400.3200.200.80142.519.0516.47
Hex22322820014508e1310
Octal426250400241202162320
Binary1000101100101010001000000101001010000100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223228; }

 p { color: rgb(34,50,40); }

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

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

 a { background-color: rgb(34,50,40); }

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

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

 span { border-color: rgb(34,50,40); }

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