#297664

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

Shades of Genoa #297664

Tints of Genoa #297664

Color information

#297664 (or 0x297664) is unknown color: approx Genoa. HEX triplet: 29, 76 and 64. RGB value is (41,118,100). Sum of RGB (Red+Green+Blue) = 41+118+100=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #297664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297664 is #D6899B. Grayscale: #5C5C5C. Windows color (decimal): -14059932 or 6583849. OLE color: 6583849.

HSL color Cylindrical-coordinate representation of color #297664: hue angle of 165.97º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297664 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB41118100-
CMYK0.6500.150.54
HSL165.97º48.43%31.18%-
HSV(B)165.97º65.25%46.27%-
XYZ9.6914.3514.32-
YUV92.92131.9990.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=15.83%
G=45.56%
B=38.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411181000.6500.150.54165.9748.4331.18
Hex297664410F36a6301f
Octal51166144101017662466037
Binary101001111011011001001000001011111101101010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297664; }

 p { color: rgb(41,118,100); }

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

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

 a { background-color: rgb(41,118,100); }

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

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

 span { border-color: rgb(41,118,100); }

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