#377363

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

Shades of Genoa #377363

Tints of Genoa #377363

Color information

#377363 (or 0x377363) is unknown color: approx Genoa. HEX triplet: 37, 73 and 63. RGB value is (55,115,99). Sum of RGB (Red+Green+Blue) = 55+115+99=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #377363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377363 is #C88C9C. Grayscale: #5F5F5F. Windows color (decimal): -13143197 or 6517559. OLE color: 6517559.

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

Color convert

RGB5511599-
CMYK0.5200.140.55
HSL164º35.29%33.33%-
HSV(B)164º52.17%45.1%-
XYZ9.9613.9713.98-
YUV95.24130.1299.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=20.45%
G=42.75%
B=36.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115990.5200.140.5516435.2933.33
Hex377363340E37a42321
Octal6716314364016672444341
Binary110111111001111000111101000111011011110100100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377363; }

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

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

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

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

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

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

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

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