#297463

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

Shades of Genoa #297463

Tints of Genoa #297463

Color information

#297463 (or 0x297463) is unknown color: approx Genoa. HEX triplet: 29, 74 and 63. RGB value is (41,116,99). Sum of RGB (Red+Green+Blue) = 41+116+99=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #297463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297463 is #D68B9C. Grayscale: #5B5B5B. Windows color (decimal): -14060445 or 6517801. OLE color: 6517801.

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

Color convert

RGB4111699-
CMYK0.6500.150.55
HSL166.4º47.77%30.78%-
HSV(B)166.4º64.66%45.49%-
XYZ9.4113.8613.98-
YUV91.64132.1591.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=16.02%
G=45.31%
B=38.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116990.6500.150.55166.447.7730.78
Hex297463410F37a6301f
Octal51164143101017672466037
Binary101001111010011000111000001011111101111010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297463; }

 p { color: rgb(41,116,99); }

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

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

 a { background-color: rgb(41,116,99); }

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

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

 span { border-color: rgb(41,116,99); }

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