#377871

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

Shades of Genoa #377871

Tints of Genoa #377871

Color information

#377871 (or 0x377871) is unknown color: approx Genoa. HEX triplet: 37, 78 and 71. RGB value is (55,120,113). Sum of RGB (Red+Green+Blue) = 55+120+113=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #377871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377871 is #C8878E. Grayscale: #636363. Windows color (decimal): -13141903 or 7436343. OLE color: 7436343.

HSL color Cylindrical-coordinate representation of color #377871: hue angle of 173.54º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377871 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB55120113-
CMYK0.5400.060.53
HSL173.54º37.14%34.31%-
HSV(B)173.54º54.17%47.06%-
XYZ11.2715.4418.01-
YUV99.77135.4796.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=19.10%
G=41.67%
B=39.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551201130.5400.060.53173.5437.1434.31
Hex377871360635ae2522
Octal671701616606652564542
Binary11011111110001110001110110011011010110101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377871; }

 p { color: rgb(55,120,113); }

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

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

 a { background-color: rgb(55,120,113); }

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

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

 span { border-color: rgb(55,120,113); }

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