#22706E

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

Shades of Elm #22706E

Tints of Elm #22706E

Color information

#22706E (or 0x22706E) is unknown color: approx Elm. HEX triplet: 22, 70 and 6E. RGB value is (34,112,110). Sum of RGB (Red+Green+Blue) = 34+112+110=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #22706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22706E is #DD8F91. Grayscale: #585858. Windows color (decimal): -14520210 or 7237666. OLE color: 7237666.

HSL color Cylindrical-coordinate representation of color #22706E: hue angle of 178.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22706E is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB34112110-
CMYK0.7000.020.56
HSL178.46º53.42%28.63%-
HSV(B)178.46º69.64%43.92%-
XYZ9.2713.0516.78-
YUV88.45140.1689.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.28%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=13.28%
G=43.75%
B=42.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341121100.7000.020.56178.4653.4228.63
Hex22706E460238b2351d
Octal4216015610602702626535
Binary1000101110000110111010001100101110001011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22706E; }

 p { color: rgb(34,112,110); }

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

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

 a { background-color: rgb(34,112,110); }

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

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

 span { border-color: rgb(34,112,110); }

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