#22726F

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

Shades of Elm #22726F

Tints of Elm #22726F

Color information

#22726F (or 0x22726F) is unknown color: approx Elm. HEX triplet: 22, 72 and 6F. RGB value is (34,114,111). Sum of RGB (Red+Green+Blue) = 34+114+111=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #22726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22726F is #DD8D90. Grayscale: #595959. Windows color (decimal): -14519697 or 7303714. OLE color: 7303714.

HSL color Cylindrical-coordinate representation of color #22726F: hue angle of 177.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22726F is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB34114111-
CMYK0.7000.030.55
HSL177.75º54.05%29.02%-
HSV(B)177.75º70.18%44.71%-
XYZ9.5513.5217.15-
YUV89.7414088.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=13.13%
G=44.02%
B=42.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341141110.7000.030.55177.7554.0529.02
Hex22726F460337b2361d
Octal4216215710603672626635
Binary1000101110010110111110001100111101111011001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22726F; }

 p { color: rgb(34,114,111); }

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

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

 a { background-color: rgb(34,114,111); }

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

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

 span { border-color: rgb(34,114,111); }

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