#22897D

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

Shades of Elm #22897D

Tints of Elm #22897D

Color information

#22897D (or 0x22897D) is unknown color: approx Elm. HEX triplet: 22, 89 and 7D. RGB value is (34,137,125). Sum of RGB (Red+Green+Blue) = 34+137+125=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #22897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22897D is #DD7682. Grayscale: #686868. Windows color (decimal): -14513795 or 8227106. OLE color: 8227106.

HSL color Cylindrical-coordinate representation of color #22897D: hue angle of 173.01º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22897D is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB34137125-
CMYK0.7500.090.46
HSL173.01º60.23%33.53%-
HSV(B)173.01º75.18%53.73%-
XYZ13.3119.7122.51-
YUV104.84139.3877.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.49%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=11.49%
G=46.28%
B=42.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal341371250.7500.090.46173.0160.2333.53
Hex22897D4B092Ead3c22
Octal42211175113011562557442
Binary10001010001001111110110010110100110111010101101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22897D; }

 p { color: rgb(34,137,125); }

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

<style>
 a { background-color: #22897D; }

 a { background-color: rgb(34,137,125); }

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

<style>
 span { border-color: #22897D; }

 span { border-color: rgb(34,137,125); }

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