#378578

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

Shades of Genoa #378578

Tints of Genoa #378578

Color information

#378578 (or 0x378578) is unknown color: approx Genoa. HEX triplet: 37, 85 and 78. RGB value is (55,133,120). Sum of RGB (Red+Green+Blue) = 55+133+120=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #378578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378578 is #C87A87. Grayscale: #6C6C6C. Windows color (decimal): -13138568 or 7898423. OLE color: 7898423.

HSL color Cylindrical-coordinate representation of color #378578: hue angle of 170º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378578 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB55133120-
CMYK0.5900.100.48
HSL170º41.49%36.86%-
HSV(B)170º58.65%52.16%-
XYZ13.3518.9420.72-
YUV108.2134.6690.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=17.86%
G=43.18%
B=38.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331200.5900.100.4817041.4936.86
Hex3785783B0A30aa2925
Octal6720517073012602525145
Binary1101111000010111110001110110101011000010101010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378578; }

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

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

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

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

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

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

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

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