#222C20

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

Shades of Myrtle #222C20

Tints of Myrtle #222C20

Color information

#222C20 (or 0x222C20) is unknown color: approx Myrtle. HEX triplet: 22, 2C and 20. RGB value is (34,44,32). Sum of RGB (Red+Green+Blue) = 34+44+32=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #222C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C20 is #DDD3DF. Grayscale: #272727. Windows color (decimal): -14537696 or 2108450. OLE color: 2108450.

HSL color Cylindrical-coordinate representation of color #222C20: hue angle of 110º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #222C20 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB344432-
CMYK0.2300.270.83
HSL110º15.79%14.9%-
HSV(B)110º27.27%17.25%-
XYZ1.822.251.7-
YUV39.64123.69123.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.91%
GREEN value IS 44 (17.58% from 255) = 40%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=30.91%
G=40%
B=29.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3444320.2300.270.8311015.7914.9
Hex222C201701B536e10f
Octal425440270331231562017
Binary1000101011001000001011101101110100111101110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222C20; }

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

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

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

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

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

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

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

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