#376B62

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

Shades of Genoa #376B62

Tints of Genoa #376B62

Color information

#376B62 (or 0x376B62) is unknown color: approx Genoa. HEX triplet: 37, 6B and 62. RGB value is (55,107,98). Sum of RGB (Red+Green+Blue) = 55+107+98=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #376B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B62 is #C8949D. Grayscale: #5A5A5A. Windows color (decimal): -13145246 or 6449975. OLE color: 6449975.

HSL color Cylindrical-coordinate representation of color #376B62: hue angle of 169.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B62 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB5510798-
CMYK0.4900.080.58
HSL169.62º32.1%31.76%-
HSV(B)169.62º48.6%41.96%-
XYZ9.0412.2113.44-
YUV90.43132.27102.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=21.15%
G=41.15%
B=37.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107980.4900.080.58169.6232.131.76
Hex376B6231083Aaa2020
Octal6715314261010722524040
Binary110111110101111000101100010100011101010101010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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