#377668

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

Shades of Genoa #377668

Tints of Genoa #377668

Color information

#377668 (or 0x377668) is unknown color: approx Genoa. HEX triplet: 37, 76 and 68. RGB value is (55,118,104). Sum of RGB (Red+Green+Blue) = 55+118+104=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #377668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377668 is #C88997. Grayscale: #616161. Windows color (decimal): -13142424 or 6846007. OLE color: 6846007.

HSL color Cylindrical-coordinate representation of color #377668: hue angle of 166.67º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377668 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB55118104-
CMYK0.5300.120.54
HSL166.67º36.42%33.92%-
HSV(B)166.67º53.39%46.27%-
XYZ10.5514.7715.39-
YUV97.57131.6397.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=19.86%
G=42.60%
B=37.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551181040.5300.120.54166.6736.4233.92
Hex377668350C36a72422
Octal6716615065014662474442
Binary110111111011011010001101010110011011010100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377668; }

 p { color: rgb(55,118,104); }

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

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

 a { background-color: rgb(55,118,104); }

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

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

 span { border-color: rgb(55,118,104); }

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