#378479

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

Shades of Genoa #378479

Tints of Genoa #378479

Color information

#378479 (or 0x378479) is unknown color: approx Genoa. HEX triplet: 37, 84 and 79. RGB value is (55,132,121). Sum of RGB (Red+Green+Blue) = 55+132+121=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #378479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378479 is #C87B86. Grayscale: #6B6B6B. Windows color (decimal): -13138823 or 7963703. OLE color: 7963703.

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

Color convert

RGB55132121-
CMYK0.5800.080.48
HSL171.43º41.18%36.67%-
HSV(B)171.43º58.33%51.76%-
XYZ13.2818.721-
YUV107.72135.4990.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=17.86%
G=42.86%
B=39.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321210.5800.080.48171.4341.1836.67
Hex3784793A0830ab2925
Octal6720417172010602535145
Binary1101111000010011110011110100100011000010101011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378479; }

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

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

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

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

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

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

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

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