#22766A

Color #22766A Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #22766A

Tints of Genoa #22766A

Color information

#22766A (or 0x22766A) is unknown color: approx Genoa. HEX triplet: 22, 76 and 6A. RGB value is (34,118,106). Sum of RGB (Red+Green+Blue) = 34+118+106=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #22766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22766A is #DD8995. Grayscale: #5B5B5B. Windows color (decimal): -14518678 or 6977058. OLE color: 6977058.

HSL color Cylindrical-coordinate representation of color #22766A: hue angle of 171.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22766A is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB34118106-
CMYK0.7100.100.54
HSL171.43º55.26%29.8%-
HSV(B)171.43º71.19%46.27%-
XYZ9.7414.3415.89-
YUV91.52136.1786.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=13.18%
G=45.74%
B=41.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal341181060.7100.100.54171.4355.2629.8
Hex22766A470A36ab371e
Octal42166152107012662536736
Binary100010111011011010101000111010101101101010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22766A; }

 p { color: rgb(34,118,106); }

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

<style>
 a { background-color: #22766A; }

 a { background-color: rgb(34,118,106); }

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

<style>
 span { border-color: #22766A; }

 span { border-color: rgb(34,118,106); }

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