#377872

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

Shades of Genoa #377872

Tints of Genoa #377872

Color information

#377872 (or 0x377872) is unknown color: approx Genoa. HEX triplet: 37, 78 and 72. RGB value is (55,120,114). Sum of RGB (Red+Green+Blue) = 55+120+114=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #377872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377872 is #C8878D. Grayscale: #636363. Windows color (decimal): -13141902 or 7501879. OLE color: 7501879.

HSL color Cylindrical-coordinate representation of color #377872: hue angle of 174.46º 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 #377872 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB55120114-
CMYK0.5400.050.53
HSL174.46º37.14%34.31%-
HSV(B)174.46º54.17%47.06%-
XYZ11.3315.4618.31-
YUV99.88135.9795.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=19.03%
G=41.52%
B=39.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551201140.5400.050.53174.4637.1434.31
Hex377872360535ae2522
Octal671701626605652564542
Binary11011111110001110010110110010111010110101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377872; }

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

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

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

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

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

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

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

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