#376764

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

Shades of Genoa #376764

Tints of Genoa #376764

Color information

#376764 (or 0x376764) is unknown color: approx Genoa. HEX triplet: 37, 67 and 64. RGB value is (55,103,100). Sum of RGB (Red+Green+Blue) = 55+103+100=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #376764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376764 is #C8989B. Grayscale: #585858. Windows color (decimal): -13146268 or 6580023. OLE color: 6580023.

HSL color Cylindrical-coordinate representation of color #376764: hue angle of 176.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376764 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB55103100-
CMYK0.4700.030.60
HSL176.25º30.38%30.98%-
HSV(B)176.25º46.6%40.39%-
XYZ8.7311.4313.8-
YUV88.31134.6104.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=21.32%
G=39.92%
B=38.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal551031000.4700.030.60176.2530.3830.98
Hex3767642F033Cb01e1f
Octal671471445703742603637
Binary11011111001111100100101111011111100101100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376764; }

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

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

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

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

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

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

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

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