#377B72

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

Shades of Genoa #377B72

Tints of Genoa #377B72

Color information

#377B72 (or 0x377B72) is unknown color: approx Genoa. HEX triplet: 37, 7B and 72. RGB value is (55,123,114). Sum of RGB (Red+Green+Blue) = 55+123+114=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #377B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B72 is #C8848D. Grayscale: #656565. Windows color (decimal): -13141134 or 7502647. OLE color: 7502647.

HSL color Cylindrical-coordinate representation of color #377B72: hue angle of 172.06º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B72 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB55123114-
CMYK0.5500.070.52
HSL172.06º38.2%34.9%-
HSV(B)172.06º55.28%48.24%-
XYZ11.716.1918.43-
YUV101.64134.9794.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 123 (48.44% from 255) = 42.12%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=18.84%
G=42.12%
B=39.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551231140.5500.070.52172.0638.234.9
Hex377B72370734ac2623
Octal671731626707642544643
Binary11011111110111110010110111011111010010101100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,123,114); }

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

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

 a { background-color: rgb(55,123,114); }

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

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

 span { border-color: rgb(55,123,114); }

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