#377063

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

Shades of Genoa #377063

Tints of Genoa #377063

Color information

#377063 (or 0x377063) is unknown color: approx Genoa. HEX triplet: 37, 70 and 63. RGB value is (55,112,99). Sum of RGB (Red+Green+Blue) = 55+112+99=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #377063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377063 is #C88F9C. Grayscale: #5D5D5D. Windows color (decimal): -13143965 or 6516791. OLE color: 6516791.

HSL color Cylindrical-coordinate representation of color #377063: hue angle of 166.32º degrees, saturation: 0.34, 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 #377063 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB5511299-
CMYK0.5100.120.56
HSL166.32º34.13%32.75%-
HSV(B)166.32º50.89%43.92%-
XYZ9.6213.313.86-
YUV93.48131.12100.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=20.68%
G=42.11%
B=37.22%

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
Decimal55112990.5100.120.56166.3234.1332.75
Hex377063330C38a62221
Octal6716014363014702464241
Binary110111111000011000111100110110011100010100110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377063; }

 p { color: rgb(55,112,99); }

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

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

 a { background-color: rgb(55,112,99); }

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

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

 span { border-color: rgb(55,112,99); }

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