#227568

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

Shades of Genoa #227568

Tints of Genoa #227568

Color information

#227568 (or 0x227568) is unknown color: approx Genoa. HEX triplet: 22, 75 and 68. RGB value is (34,117,104). Sum of RGB (Red+Green+Blue) = 34+117+104=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #227568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227568 is #DD8A97. Grayscale: #5A5A5A. Windows color (decimal): -14518936 or 6845730. OLE color: 6845730.

HSL color Cylindrical-coordinate representation of color #227568: hue angle of 170.6º 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 #227568 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB34117104-
CMYK0.7100.110.54
HSL170.6º54.97%29.61%-
HSV(B)170.6º70.94%45.88%-
XYZ9.5214.0615.31-
YUV90.7135.587.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=13.33%
G=45.88%
B=40.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal341171040.7100.110.54170.654.9729.61
Hex227568470B36ab371e
Octal42165150107013662536736
Binary100010111010111010001000111010111101101010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227568; }

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

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

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

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

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

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

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

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