#376D66

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

Shades of Genoa #376D66

Tints of Genoa #376D66

Color information

#376D66 (or 0x376D66) is unknown color: approx Genoa. HEX triplet: 37, 6D and 66. RGB value is (55,109,102). Sum of RGB (Red+Green+Blue) = 55+109+102=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #376D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D66 is #C89299. Grayscale: #5C5C5C. Windows color (decimal): -13144730 or 6712631. OLE color: 6712631.

HSL color Cylindrical-coordinate representation of color #376D66: hue angle of 172.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376D66 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB55109102-
CMYK0.5000.060.57
HSL172.22º32.93%32.16%-
HSV(B)172.22º49.54%42.75%-
XYZ9.4412.7114.53-
YUV92.06133.61101.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=20.68%
G=40.98%
B=38.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal551091020.5000.060.57172.2232.9332.16
Hex376D66320639ac2120
Octal671551466206712544140
Binary11011111011011100110110010011011100110101100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376D66; }

 p { color: rgb(55,109,102); }

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

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

 a { background-color: rgb(55,109,102); }

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

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

 span { border-color: rgb(55,109,102); }

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