#22706A

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

Shades of Elm #22706A

Tints of Elm #22706A

Color information

#22706A (or 0x22706A) is unknown color: approx Elm. HEX triplet: 22, 70 and 6A. RGB value is (34,112,106). Sum of RGB (Red+Green+Blue) = 34+112+106=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #22706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22706A is #DD8F95. Grayscale: #575757. Windows color (decimal): -14520214 or 6975522. OLE color: 6975522.

HSL color Cylindrical-coordinate representation of color #22706A: hue angle of 175.38º 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 #22706A is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB34112106-
CMYK0.7000.050.56
HSL175.38º53.42%28.63%-
HSV(B)175.38º69.64%43.92%-
XYZ9.0612.9715.66-
YUV87.99138.1689.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=13.49%
G=44.44%
B=42.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341121060.7000.050.56175.3853.4228.63
Hex22706A460538af351d
Octal4216015210605702576535
Binary10001011100001101010100011001011110001010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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