#297364

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

Shades of Genoa #297364

Tints of Genoa #297364

Color information

#297364 (or 0x297364) is unknown color: approx Genoa. HEX triplet: 29, 73 and 64. RGB value is (41,115,100). Sum of RGB (Red+Green+Blue) = 41+115+100=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #297364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297364 is #D68C9B. Grayscale: #5B5B5B. Windows color (decimal): -14060700 or 6583081. OLE color: 6583081.

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

Color convert

RGB41115100-
CMYK0.6400.130.55
HSL167.84º47.44%30.59%-
HSV(B)167.84º64.35%45.1%-
XYZ9.3513.6514.2-
YUV91.16132.9892.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=16.02%
G=44.92%
B=39.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411151000.6400.130.55167.8447.4430.59
Hex297364400D37a82f1f
Octal51163144100015672505737
Binary101001111001111001001000000011011101111010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297364; }

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

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

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

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

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

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

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

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