Html Css Color HEX #297564 Genoa

📋 copy color: '#297564'

red 41 ◦ green 117 ◦ blue 100

#297564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #297564

Tints of Genoa #297564

RGB

 RED value IS 41 (16.41% from 255) = 15.89%

 GREEN value IS 117 (46.09% from 255) = 45.35%

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 15.89%
G = 45.35%
B = 38.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#297564 (or 0x297564) is known color: Genoa. HEX triplet: 29, 75 and 64. RGB value is (41,117,100). Sum of RGB (Red+Green+Blue) = 41+117+100=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #297564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297564 is #D68A9B. Grayscale: #5C5C5C. Windows color (decimal): -14060188 or 6583593. OLE color: 6583593.

HSL color Cylindrical-coordinate representation of color #297564: hue angle of 166.58º 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 #297564 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 100 -
CMYK 0.65 0 0.15 0.54
HSL 166.58º 0.48% 0.31% -
HSV(B) 166.58º 0.65% 0.46% -
XYZ 9.58 14.11 14.28 -
YUV 92.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 41 117 100 0.65 0 0.15 0.54 166.58 0.48 0.31
Hex 29 75 64 41 0 F 36 A7 30 1F
Octal 51 165 144 101 0 17 66 247 60 37
Binary 101001 1110101 1100100 1000001 0 1111 110110 10100111 110000 11111

Color Harmonies of #297564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297564

Black with #297564

Text Example


Text Example

White with #297564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297564; }

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

 H1.HeaderClassName
 {
   color: #297564;
 }
 .AnyTagClassName
 {
   color: #297564;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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