#227168

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

Shades of Genoa #227168

Tints of Genoa #227168

Color information

#227168 (or 0x227168) is unknown color: approx Genoa. HEX triplet: 22, 71 and 68. RGB value is (34,113,104). Sum of RGB (Red+Green+Blue) = 34+113+104=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #227168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227168 is #DD8E97. Grayscale: #585858. Windows color (decimal): -14519960 or 6844706. OLE color: 6844706.

HSL color Cylindrical-coordinate representation of color #227168: hue angle of 173.16º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227168 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB34113104-
CMYK0.7000.080.56
HSL173.16º53.74%28.82%-
HSV(B)173.16º69.91%44.31%-
XYZ9.0613.1515.16-
YUV88.35136.8389.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 104 (41.02% from 255) = 41.43%
R=13.55%
G=45.02%
B=41.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341131040.7000.080.56173.1653.7428.82
Hex227168460838ad361d
Octal42161150106010702556635
Binary100010111000111010001000110010001110001010110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227168; }

 p { color: rgb(34,113,104); }

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

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

 a { background-color: rgb(34,113,104); }

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

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

 span { border-color: rgb(34,113,104); }

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