#227468

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

Shades of Genoa #227468

Tints of Genoa #227468

Color information

#227468 (or 0x227468) is unknown color: approx Genoa. HEX triplet: 22, 74 and 68. RGB value is (34,116,104). Sum of RGB (Red+Green+Blue) = 34+116+104=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #227468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227468 is #DD8B97. Grayscale: #5A5A5A. Windows color (decimal): -14519192 or 6845474. OLE color: 6845474.

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

Color convert

RGB34116104-
CMYK0.7100.100.55
HSL171.22º54.67%29.41%-
HSV(B)171.22º70.69%45.49%-
XYZ9.413.8315.27-
YUV90.11135.8387.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=13.39%
G=45.67%
B=40.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341161040.7100.100.55171.2254.6729.41
Hex227468470A37ab371d
Octal42164150107012672536735
Binary100010111010011010001000111010101101111010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227468; }

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

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

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

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

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

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

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

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