#377F70

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

Shades of Genoa #377F70

Tints of Genoa #377F70

Color information

#377F70 (or 0x377F70) is unknown color: approx Genoa. HEX triplet: 37, 7F and 70. RGB value is (55,127,112). Sum of RGB (Red+Green+Blue) = 55+127+112=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #377F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F70 is #C8808F. Grayscale: #676767. Windows color (decimal): -13140112 or 7372599. OLE color: 7372599.

HSL color Cylindrical-coordinate representation of color #377F70: hue angle of 167.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F70 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB55127112-
CMYK0.5700.120.50
HSL167.5º39.56%35.69%-
HSV(B)167.5º56.69%49.8%-
XYZ12.0917.1618-
YUV103.76132.6593.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=18.71%
G=43.20%
B=38.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551271120.5700.120.50167.539.5635.69
Hex377F70390C32a82824
Octal6717716071014622505044
Binary110111111111111100001110010110011001010101000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377F70; }

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

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

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

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

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

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

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

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