#378476

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

Shades of Genoa #378476

Tints of Genoa #378476

Color information

#378476 (or 0x378476) is unknown color: approx Genoa. HEX triplet: 37, 84 and 76. RGB value is (55,132,118). Sum of RGB (Red+Green+Blue) = 55+132+118=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #378476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378476 is #C87B89. Grayscale: #6B6B6B. Windows color (decimal): -13138826 or 7767095. OLE color: 7767095.

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

Color convert

RGB55132118-
CMYK0.5800.110.48
HSL169.09º41.18%36.67%-
HSV(B)169.09º58.33%51.76%-
XYZ13.118.6220.04-
YUV107.38133.9990.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=18.03%
G=43.28%
B=38.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321180.5800.110.48169.0941.1836.67
Hex3784763A0B30a92925
Octal6720416672013602515145
Binary1101111000010011101101110100101111000010101001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378476; }

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

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

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

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

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

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

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

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