#377E75

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

Shades of Genoa #377E75

Tints of Genoa #377E75

Color information

#377E75 (or 0x377E75) is unknown color: approx Genoa. HEX triplet: 37, 7E and 75. RGB value is (55,126,117). Sum of RGB (Red+Green+Blue) = 55+126+117=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #377E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E75 is #C8818A. Grayscale: #676767. Windows color (decimal): -13140363 or 7700023. OLE color: 7700023.

HSL color Cylindrical-coordinate representation of color #377E75: hue angle of 172.39º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E75 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB55126117-
CMYK0.5600.070.51
HSL172.39º39.23%35.49%-
HSV(B)172.39º56.35%49.41%-
XYZ12.2517.0219.47-
YUV103.74135.4893.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 126 (49.61% from 255) = 42.28%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=18.46%
G=42.28%
B=39.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551261170.5600.070.51172.3939.2335.49
Hex377E75380733ac2723
Octal671761657007632544743
Binary11011111111101110101111000011111001110101100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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