#377061

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

Shades of Genoa #377061

Tints of Genoa #377061

Color information

#377061 (or 0x377061) is unknown color: approx Genoa. HEX triplet: 37, 70 and 61. RGB value is (55,112,97). Sum of RGB (Red+Green+Blue) = 55+112+97=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #377061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377061 is #C88F9E. Grayscale: #5D5D5D. Windows color (decimal): -13143967 or 6385719. OLE color: 6385719.

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

Color convert

RGB5511297-
CMYK0.5100.130.56
HSL164.21º34.13%32.75%-
HSV(B)164.21º50.89%43.92%-
XYZ9.5313.2613.37-
YUV93.25130.12100.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=20.83%
G=42.42%
B=36.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112970.5100.130.56164.2134.1332.75
Hex377061330D38a42221
Octal6716014163015702444241
Binary110111111000011000011100110110111100010100100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377061; }

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

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

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

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

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

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

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

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