#376B64

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

Shades of Genoa #376B64

Tints of Genoa #376B64

Color information

#376B64 (or 0x376B64) is unknown color: approx Genoa. HEX triplet: 37, 6B and 64. RGB value is (55,107,100). Sum of RGB (Red+Green+Blue) = 55+107+100=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #376B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B64 is #C8949B. Grayscale: #5A5A5A. Windows color (decimal): -13145244 or 6581047. OLE color: 6581047.

HSL color Cylindrical-coordinate representation of color #376B64: hue angle of 171.92º 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 #376B64 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB55107100-
CMYK0.4900.070.58
HSL171.92º32.1%31.76%-
HSV(B)171.92º48.6%41.96%-
XYZ9.1312.2513.94-
YUV90.65133.27102.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=20.99%
G=40.84%
B=38.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal551071000.4900.070.58171.9232.131.76
Hex376B6431073Aac2020
Octal671531446107722544040
Binary11011111010111100100110001011111101010101100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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