#22746F

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

Shades of Elm #22746F

Tints of Elm #22746F

Color information

#22746F (or 0x22746F) is unknown color: approx Elm. HEX triplet: 22, 74 and 6F. RGB value is (34,116,111). Sum of RGB (Red+Green+Blue) = 34+116+111=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #22746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22746F is #DD8B90. Grayscale: #5A5A5A. Windows color (decimal): -14519185 or 7304226. OLE color: 7304226.

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

Color convert

RGB34116111-
CMYK0.7100.040.55
HSL176.34º54.67%29.41%-
HSV(B)176.34º70.69%45.49%-
XYZ9.7713.9817.22-
YUV90.91139.3387.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=13.03%
G=44.44%
B=42.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341161110.7100.040.55176.3454.6729.41
Hex22746F470437b0371d
Octal4216415710704672606735
Binary10001011101001101111100011101001101111011000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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