#377164

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

Shades of Genoa #377164

Tints of Genoa #377164

Color information

#377164 (or 0x377164) is unknown color: approx Genoa. HEX triplet: 37, 71 and 64. RGB value is (55,113,100). Sum of RGB (Red+Green+Blue) = 55+113+100=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #377164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377164 is #C88E9B. Grayscale: #5E5E5E. Windows color (decimal): -13143708 or 6582583. OLE color: 6582583.

HSL color Cylindrical-coordinate representation of color #377164: hue angle of 166.55º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377164 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB55113100-
CMYK0.5100.120.56
HSL166.55º34.52%32.94%-
HSV(B)166.55º51.33%44.31%-
XYZ9.7813.5414.16-
YUV94.18131.28100.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=20.52%
G=42.16%
B=37.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551131000.5100.120.56166.5534.5232.94
Hex377164330C38a72321
Octal6716114463014702474341
Binary110111111000111001001100110110011100010100111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377164; }

 p { color: rgb(55,113,100); }

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

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

 a { background-color: rgb(55,113,100); }

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

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

 span { border-color: rgb(55,113,100); }

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