#297764

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

Shades of Genoa #297764

Tints of Genoa #297764

Color information

#297764 (or 0x297764) is unknown color: approx Genoa. HEX triplet: 29, 77 and 64. RGB value is (41,119,100). Sum of RGB (Red+Green+Blue) = 41+119+100=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #297764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297764 is #D6889B. Grayscale: #5D5D5D. Windows color (decimal): -14059676 or 6584105. OLE color: 6584105.

HSL color Cylindrical-coordinate representation of color #297764: hue angle of 165.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297764 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB41119100-
CMYK0.6600.160.53
HSL165.38º48.75%31.37%-
HSV(B)165.38º65.55%46.67%-
XYZ9.8114.5914.35-
YUV93.51131.6690.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 100 (39.45% from 255) = 38.46%
R=15.77%
G=45.77%
B=38.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191000.6600.160.53165.3848.7531.37
Hex2977644201035a5311f
Octal51167144102020652456137
Binary1010011110111110010010000100100001101011010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297764; }

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

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

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

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

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

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

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

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