#376D6A

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

Shades of Genoa #376D6A

Tints of Genoa #376D6A

Color information

#376D6A (or 0x376D6A) is unknown color: approx Genoa. HEX triplet: 37, 6D and 6A. RGB value is (55,109,106). Sum of RGB (Red+Green+Blue) = 55+109+106=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #376D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D6A is #C89295. Grayscale: #5C5C5C. Windows color (decimal): -13144726 or 6974775. OLE color: 6974775.

HSL color Cylindrical-coordinate representation of color #376D6A: hue angle of 176.67º 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 #376D6A is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB55109106-
CMYK0.5000.030.57
HSL176.67º32.93%32.16%-
HSV(B)176.67º49.54%42.75%-
XYZ9.6512.7915.6-
YUV92.51135.61101.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 109 (42.97% from 255) = 40.37%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=20.37%
G=40.37%
B=39.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal551091060.5000.030.57176.6732.9332.16
Hex376D6A320339b12120
Octal671551526203712614140
Binary1101111101101110101011001001111100110110001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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