#376864

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

Shades of Genoa #376864

Tints of Genoa #376864

Color information

#376864 (or 0x376864) is unknown color: approx Genoa. HEX triplet: 37, 68 and 64. RGB value is (55,104,100). Sum of RGB (Red+Green+Blue) = 55+104+100=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #376864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376864 is #C8979B. Grayscale: #585858. Windows color (decimal): -13146012 or 6580279. OLE color: 6580279.

HSL color Cylindrical-coordinate representation of color #376864: hue angle of 175.1º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376864 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB55104100-
CMYK0.4700.040.59
HSL175.1º30.82%31.18%-
HSV(B)175.1º47.12%40.78%-
XYZ8.8311.6313.84-
YUV88.89134.27103.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=21.24%
G=40.15%
B=38.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal551041000.4700.040.59175.130.8231.18
Hex3768642F043Baf1f1f
Octal671501445704732573737
Binary110111110100011001001011110100111011101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376864; }

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

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

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

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

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

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

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

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