#378076

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

Shades of Genoa #378076

Tints of Genoa #378076

Color information

#378076 (or 0x378076) is unknown color: approx Genoa. HEX triplet: 37, 80 and 76. RGB value is (55,128,118). Sum of RGB (Red+Green+Blue) = 55+128+118=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #378076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378076 is #C87F89. Grayscale: #696969. Windows color (decimal): -13139850 or 7766071. OLE color: 7766071.

HSL color Cylindrical-coordinate representation of color #378076: hue angle of 171.78º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378076 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB55128118-
CMYK0.5700.080.50
HSL171.78º39.89%35.88%-
HSV(B)171.78º57.03%50.2%-
XYZ12.5617.5619.87-
YUV105.03135.3292.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=18.27%
G=42.52%
B=39.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551281180.5700.080.50171.7839.8935.88
Hex378076390832ac2824
Octal6720016671010622545044
Binary1101111000000011101101110010100011001010101100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378076; }

 p { color: rgb(55,128,118); }

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

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

 a { background-color: rgb(55,128,118); }

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

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

 span { border-color: rgb(55,128,118); }

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