#376F68

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

Shades of Genoa #376F68

Tints of Genoa #376F68

Color information

#376F68 (or 0x376F68) is unknown color: approx Genoa. HEX triplet: 37, 6F and 68. RGB value is (55,111,104). Sum of RGB (Red+Green+Blue) = 55+111+104=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #376F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F68 is #C89097. Grayscale: #5D5D5D. Windows color (decimal): -13144216 or 6844215. OLE color: 6844215.

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

Color convert

RGB55111104-
CMYK0.5000.060.56
HSL172.5º33.73%32.55%-
HSV(B)172.5º50.45%43.53%-
XYZ9.7613.1815.13-
YUV93.46133.95100.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=20.37%
G=41.11%
B=38.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551111040.5000.060.56172.533.7332.55
Hex376F68320638ac2221
Octal671571506206702544241
Binary11011111011111101000110010011011100010101100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,111,104); }

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

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

 a { background-color: rgb(55,111,104); }

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

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

 span { border-color: rgb(55,111,104); }

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