#378379

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

Shades of Genoa #378379

Tints of Genoa #378379

Color information

#378379 (or 0x378379) is unknown color: approx Genoa. HEX triplet: 37, 83 and 79. RGB value is (55,131,121). Sum of RGB (Red+Green+Blue) = 55+131+121=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #378379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378379 is #C87C86. Grayscale: #6B6B6B. Windows color (decimal): -13139079 or 7963447. OLE color: 7963447.

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

Color convert

RGB55131121-
CMYK0.5800.080.49
HSL172.11º40.86%36.47%-
HSV(B)172.11º58.02%51.37%-
XYZ13.1418.4320.95-
YUV107.14135.8290.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=17.92%
G=42.67%
B=39.41%

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
Decimal551311210.5800.080.49172.1140.8636.47
Hex3783793A0831ac2924
Octal6720317172010612545144
Binary1101111000001111110011110100100011000110101100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378379; }

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

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

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

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

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

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

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

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