#378677

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

Shades of Genoa #378677

Tints of Genoa #378677

Color information

#378677 (or 0x378677) is unknown color: approx Genoa. HEX triplet: 37, 86 and 77. RGB value is (55,134,119). Sum of RGB (Red+Green+Blue) = 55+134+119=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #378677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378677 is #C87988. Grayscale: #6C6C6C. Windows color (decimal): -13138313 or 7833143. OLE color: 7833143.

HSL color Cylindrical-coordinate representation of color #378677: hue angle of 168.61º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378677 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB55134119-
CMYK0.5900.110.47
HSL168.61º41.8%37.06%-
HSV(B)168.61º58.96%52.55%-
XYZ13.4319.1920.45-
YUV108.67133.8389.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=17.86%
G=43.51%
B=38.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341190.5900.110.47168.6141.837.06
Hex3786773B0B2Fa92a25
Octal6720616773013572515245
Binary1101111000011011101111110110101110111110101001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378677; }

 p { color: rgb(55,134,119); }

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

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

 a { background-color: rgb(55,134,119); }

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

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

 span { border-color: rgb(55,134,119); }

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