#377A6A

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

Shades of Genoa #377A6A

Tints of Genoa #377A6A

Color information

#377A6A (or 0x377A6A) is unknown color: approx Genoa. HEX triplet: 37, 7A and 6A. RGB value is (55,122,106). Sum of RGB (Red+Green+Blue) = 55+122+106=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #377A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A6A is #C88595. Grayscale: #646464. Windows color (decimal): -13141398 or 6978103. OLE color: 6978103.

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

Color convert

RGB55122106-
CMYK0.5500.130.52
HSL165.67º37.85%34.71%-
HSV(B)165.67º54.92%47.84%-
XYZ11.1415.7716.09-
YUV100.14131.395.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=19.43%
G=43.11%
B=37.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551221060.5500.130.52165.6737.8534.71
Hex377A6A370D34a62623
Octal6717215267015642464643
Binary110111111101011010101101110110111010010100110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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