#377D75

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

Shades of Genoa #377D75

Tints of Genoa #377D75

Color information

#377D75 (or 0x377D75) is unknown color: approx Genoa. HEX triplet: 37, 7D and 75. RGB value is (55,125,117). Sum of RGB (Red+Green+Blue) = 55+125+117=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #377D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D75 is #C8828A. Grayscale: #676767. Windows color (decimal): -13140619 or 7699767. OLE color: 7699767.

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

Color convert

RGB55125117-
CMYK0.5600.060.51
HSL173.14º38.89%35.29%-
HSV(B)173.14º56%49.02%-
XYZ12.1216.7619.43-
YUV103.16135.8193.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 125 (49.22% from 255) = 42.09%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=18.52%
G=42.09%
B=39.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551251170.5600.060.51173.1438.8935.29
Hex377D75380633ad2723
Octal671751657006632554743
Binary11011111111011110101111000011011001110101101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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