#378175

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

Shades of Genoa #378175

Tints of Genoa #378175

Color information

#378175 (or 0x378175) is unknown color: approx Genoa. HEX triplet: 37, 81 and 75. RGB value is (55,129,117). Sum of RGB (Red+Green+Blue) = 55+129+117=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #378175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378175 is #C87E8A. Grayscale: #696969. Windows color (decimal): -13139595 or 7700791. OLE color: 7700791.

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

Color convert

RGB55129117-
CMYK0.5700.090.49
HSL170.27º40.22%36.08%-
HSV(B)170.27º57.36%50.59%-
XYZ12.6417.819.6-
YUV105.51134.4891.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=18.27%
G=42.86%
B=38.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551291170.5700.090.49170.2740.2236.08
Hex378175390931aa2824
Octal6720116571011612525044
Binary1101111000000111101011110010100111000110101010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378175; }

 p { color: rgb(55,129,117); }

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

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

 a { background-color: rgb(55,129,117); }

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

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

 span { border-color: rgb(55,129,117); }

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