#378274

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

Shades of Genoa #378274

Tints of Genoa #378274

Color information

#378274 (or 0x378274) is unknown color: approx Genoa. HEX triplet: 37, 82 and 74. RGB value is (55,130,116). Sum of RGB (Red+Green+Blue) = 55+130+116=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #378274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378274 is #C87D8B. Grayscale: #696969. Windows color (decimal): -13139340 or 7635511. OLE color: 7635511.

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

Color convert

RGB55130116-
CMYK0.5800.110.49
HSL168.8º40.54%36.27%-
HSV(B)168.8º57.69%50.98%-
XYZ12.7118.0419.33-
YUV105.98133.6591.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=18.27%
G=43.19%
B=38.54%

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
Decimal551301160.5800.110.49168.840.5436.27
Hex3782743A0B31a92924
Octal6720216472013612515144
Binary1101111000001011101001110100101111000110101001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378274; }

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

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

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

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

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

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

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

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