#378276

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

Shades of Genoa #378276

Tints of Genoa #378276

Color information

#378276 (or 0x378276) is unknown color: approx Genoa. HEX triplet: 37, 82 and 76. RGB value is (55,130,118). Sum of RGB (Red+Green+Blue) = 55+130+118=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #378276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378276 is #C87D89. Grayscale: #6A6A6A. Windows color (decimal): -13139338 or 7766583. OLE color: 7766583.

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

Color convert

RGB55130118-
CMYK0.5800.090.49
HSL170.4º40.54%36.27%-
HSV(B)170.4º57.69%50.98%-
XYZ12.8318.0919.95-
YUV106.21134.6591.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.15%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=18.15%
G=42.90%
B=38.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301180.5800.090.49170.440.5436.27
Hex3782763A0931aa2924
Octal6720216672011612525144
Binary1101111000001011101101110100100111000110101010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378276; }

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

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

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

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

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

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

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

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