#377C6A

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

Shades of Genoa #377C6A

Tints of Genoa #377C6A

Color information

#377C6A (or 0x377C6A) is unknown color: approx Genoa. HEX triplet: 37, 7C and 6A. RGB value is (55,124,106). Sum of RGB (Red+Green+Blue) = 55+124+106=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #377C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C6A is #C88395. Grayscale: #656565. Windows color (decimal): -13140886 or 6978615. OLE color: 6978615.

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

Color convert

RGB55124106-
CMYK0.5600.150.51
HSL164.35º38.55%35.1%-
HSV(B)164.35º55.65%48.63%-
XYZ11.3816.2716.18-
YUV101.32130.6494.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=19.30%
G=43.51%
B=37.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551241060.5600.150.51164.3538.5535.1
Hex377C6A380F33a42723
Octal6717415270017632444743
Binary110111111110011010101110000111111001110100100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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