#378377

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

Shades of Genoa #378377

Tints of Genoa #378377

Color information

#378377 (or 0x378377) is unknown color: approx Genoa. HEX triplet: 37, 83 and 77. RGB value is (55,131,119). Sum of RGB (Red+Green+Blue) = 55+131+119=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #378377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378377 is #C87C88. Grayscale: #6A6A6A. Windows color (decimal): -13139081 or 7832375. OLE color: 7832375.

HSL color Cylindrical-coordinate representation of color #378377: hue angle of 170.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378377 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB55131119-
CMYK0.5800.090.49
HSL170.53º40.86%36.47%-
HSV(B)170.53º58.02%51.37%-
XYZ13.0218.3820.31-
YUV106.91134.8290.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=18.03%
G=42.95%
B=39.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551311190.5800.090.49170.5340.8636.47
Hex3783773A0931ab2924
Octal6720316772011612535144
Binary1101111000001111101111110100100111000110101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378377; }

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

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

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

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

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

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

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

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