#377A74

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

Shades of Genoa #377A74

Tints of Genoa #377A74

Color information

#377A74 (or 0x377A74) is unknown color: approx Genoa. HEX triplet: 37, 7A and 74. RGB value is (55,122,116). Sum of RGB (Red+Green+Blue) = 55+122+116=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #377A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A74 is #C8858B. Grayscale: #656565. Windows color (decimal): -13141388 or 7633463. OLE color: 7633463.

HSL color Cylindrical-coordinate representation of color #377A74: hue angle of 174.63º 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 #377A74 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB55122116-
CMYK0.5500.050.52
HSL174.63º37.85%34.71%-
HSV(B)174.63º54.92%47.84%-
XYZ11.6915.9918.99-
YUV101.28136.394.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=18.77%
G=41.64%
B=39.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551221160.5500.050.52174.6337.8534.71
Hex377A74370534af2623
Octal671721646705642574643
Binary11011111110101110100110111010111010010101111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,122,116); }

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

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

 a { background-color: rgb(55,122,116); }

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

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

 span { border-color: rgb(55,122,116); }

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