#377369

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

Shades of Genoa #377369

Tints of Genoa #377369

Color information

#377369 (or 0x377369) is unknown color: approx Genoa. HEX triplet: 37, 73 and 69. RGB value is (55,115,105). Sum of RGB (Red+Green+Blue) = 55+115+105=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #377369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377369 is #C88C96. Grayscale: #5F5F5F. Windows color (decimal): -13143191 or 6910775. OLE color: 6910775.

HSL color Cylindrical-coordinate representation of color #377369: hue angle of 170º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377369 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB55115105-
CMYK0.5200.090.55
HSL170º35.29%33.33%-
HSV(B)170º52.17%45.1%-
XYZ10.2614.0915.54-
YUV95.92133.1298.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=20%
G=41.82%
B=38.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551151050.5200.090.5517035.2933.33
Hex377369340937aa2321
Octal6716315164011672524341
Binary110111111001111010011101000100111011110101010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377369; }

 p { color: rgb(55,115,105); }

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

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

 a { background-color: rgb(55,115,105); }

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

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

 span { border-color: rgb(55,115,105); }

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