#378278

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

Shades of Genoa #378278

Tints of Genoa #378278

Color information

#378278 (or 0x378278) is unknown color: approx Genoa. HEX triplet: 37, 82 and 78. RGB value is (55,130,120). Sum of RGB (Red+Green+Blue) = 55+130+120=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #378278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378278 is #C87D87. Grayscale: #6A6A6A. Windows color (decimal): -13139336 or 7897655. OLE color: 7897655.

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

Color convert

RGB55130120-
CMYK0.5800.080.49
HSL172º40.54%36.27%-
HSV(B)172º57.69%50.98%-
XYZ12.9518.1320.59-
YUV106.44135.6591.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=18.03%
G=42.62%
B=39.34%

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
Decimal551301200.5800.080.4917240.5436.27
Hex3782783A0831ac2924
Octal6720217072010612545144
Binary1101111000001011110001110100100011000110101100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378278; }

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

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

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

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

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

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

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

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