#377662

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

Shades of Genoa #377662

Tints of Genoa #377662

Color information

#377662 (or 0x377662) is unknown color: approx Genoa. HEX triplet: 37, 76 and 62. RGB value is (55,118,98). Sum of RGB (Red+Green+Blue) = 55+118+98=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #377662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377662 is #C8899D. Grayscale: #606060. Windows color (decimal): -13142430 or 6452791. OLE color: 6452791.

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

Color convert

RGB5511898-
CMYK0.5300.170.54
HSL160.95º36.42%33.92%-
HSV(B)160.95º53.39%46.27%-
XYZ10.2614.6513.84-
YUV96.88128.6398.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=20.30%
G=43.54%
B=36.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118980.5300.170.54160.9536.4233.92
Hex3776623501136a12422
Octal6716614265021662414442
Binary1101111110110110001011010101000111011010100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377662; }

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

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

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

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

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

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

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

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