#378478

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

Shades of Genoa #378478

Tints of Genoa #378478

Color information

#378478 (or 0x378478) is unknown color: approx Genoa. HEX triplet: 37, 84 and 78. RGB value is (55,132,120). Sum of RGB (Red+Green+Blue) = 55+132+120=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #378478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378478 is #C87B87. Grayscale: #6B6B6B. Windows color (decimal): -13138824 or 7898167. OLE color: 7898167.

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

Color convert

RGB55132120-
CMYK0.5800.090.48
HSL170.65º41.18%36.67%-
HSV(B)170.65º58.33%51.76%-
XYZ13.2218.6720.68-
YUV107.61134.9990.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=17.92%
G=43.00%
B=39.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321200.5800.090.48170.6541.1836.67
Hex3784783A0930ab2925
Octal6720417072011602535145
Binary1101111000010011110001110100100111000010101011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378478; }

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

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

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

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

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

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

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

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