#378374

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

Shades of Genoa #378374

Tints of Genoa #378374

Color information

#378374 (or 0x378374) is unknown color: approx Genoa. HEX triplet: 37, 83 and 74. RGB value is (55,131,116). Sum of RGB (Red+Green+Blue) = 55+131+116=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #378374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378374 is #C87C8B. Grayscale: #6A6A6A. Windows color (decimal): -13139084 or 7635767. OLE color: 7635767.

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

Color convert

RGB55131116-
CMYK0.5800.110.49
HSL168.16º40.86%36.47%-
HSV(B)168.16º58.02%51.37%-
XYZ12.8418.3119.38-
YUV106.57133.3291.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=18.21%
G=43.38%
B=38.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551311160.5800.110.49168.1640.8636.47
Hex3783743A0B31a82924
Octal6720316472013612505144
Binary1101111000001111101001110100101111000110101000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378374; }

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

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

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

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

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

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

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

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