#22776E

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

Shades of Elm #22776E

Tints of Elm #22776E

Color information

#22776E (or 0x22776E) is unknown color: approx Elm. HEX triplet: 22, 77 and 6E. RGB value is (34,119,110). Sum of RGB (Red+Green+Blue) = 34+119+110=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #22776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22776E is #DD8891. Grayscale: #5C5C5C. Windows color (decimal): -14518418 or 7239458. OLE color: 7239458.

HSL color Cylindrical-coordinate representation of color #22776E: hue angle of 173.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22776E is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB34119110-
CMYK0.7100.080.53
HSL173.65º55.56%30%-
HSV(B)173.65º71.43%46.67%-
XYZ10.0714.6617.05-
YUV92.56137.8486.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.93%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=12.93%
G=45.25%
B=41.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal341191100.7100.080.53173.6555.5630
Hex22776E470835ae381e
Octal42167156107010652567036
Binary100010111011111011101000111010001101011010111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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