#378378

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

Shades of Genoa #378378

Tints of Genoa #378378

Color information

#378378 (or 0x378378) is unknown color: approx Genoa. HEX triplet: 37, 83 and 78. RGB value is (55,131,120). Sum of RGB (Red+Green+Blue) = 55+131+120=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #378378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378378 is #C87C87. Grayscale: #6A6A6A. Windows color (decimal): -13139080 or 7897911. OLE color: 7897911.

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

Color convert

RGB55131120-
CMYK0.5800.080.49
HSL171.32º40.86%36.47%-
HSV(B)171.32º58.02%51.37%-
XYZ13.0818.420.63-
YUV107.02135.3290.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.97%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=17.97%
G=42.81%
B=39.22%

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
Decimal551311200.5800.080.49171.3240.8636.47
Hex3783783A0831ab2924
Octal6720317072010612535144
Binary1101111000001111110001110100100011000110101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378378; }

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

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

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

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

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

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

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

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