#22776D

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

Shades of Elm #22776D

Tints of Elm #22776D

Color information

#22776D (or 0x22776D) is unknown color: approx Elm. HEX triplet: 22, 77 and 6D. RGB value is (34,119,109). Sum of RGB (Red+Green+Blue) = 34+119+109=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #22776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22776D is #DD8892. Grayscale: #5C5C5C. Windows color (decimal): -14518419 or 7173922. OLE color: 7173922.

HSL color Cylindrical-coordinate representation of color #22776D: hue angle of 172.94º 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 #22776D is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB34119109-
CMYK0.7100.080.53
HSL172.94º55.56%30%-
HSV(B)172.94º71.43%46.67%-
XYZ10.0214.6416.77-
YUV92.44137.3486.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=12.98%
G=45.42%
B=41.60%

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
Decimal341191090.7100.080.53172.9455.5630
Hex22776D470835ad381e
Octal42167155107010652557036
Binary100010111011111011011000111010001101011010110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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