#378277

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

Shades of Genoa #378277

Tints of Genoa #378277

Color information

#378277 (or 0x378277) is unknown color: approx Genoa. HEX triplet: 37, 82 and 77. RGB value is (55,130,119). Sum of RGB (Red+Green+Blue) = 55+130+119=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #378277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378277 is #C87D88. Grayscale: #6A6A6A. Windows color (decimal): -13139337 or 7832119. OLE color: 7832119.

HSL color Cylindrical-coordinate representation of color #378277: hue angle of 171.2º 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 #378277 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB55130119-
CMYK0.5800.080.49
HSL171.2º40.54%36.27%-
HSV(B)171.2º57.69%50.98%-
XYZ12.8918.1120.27-
YUV106.32135.1591.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=18.09%
G=42.76%
B=39.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301190.5800.080.49171.240.5436.27
Hex3782773A0831ab2924
Octal6720216772010612535144
Binary1101111000001011101111110100100011000110101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378277; }

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

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

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

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

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

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

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

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