#377672

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

Shades of Genoa #377672

Tints of Genoa #377672

Color information

#377672 (or 0x377672) is unknown color: approx Genoa. HEX triplet: 37, 76 and 72. RGB value is (55,118,114). Sum of RGB (Red+Green+Blue) = 55+118+114=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #377672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377672 is #C8898D. Grayscale: #626262. Windows color (decimal): -13142414 or 7501367. OLE color: 7501367.

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

Color convert

RGB55118114-
CMYK0.5300.030.54
HSL176.19º36.42%33.92%-
HSV(B)176.19º53.39%46.27%-
XYZ11.0914.9818.23-
YUV98.71136.6396.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=19.16%
G=41.11%
B=39.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551181140.5300.030.54176.1936.4233.92
Hex377672350336b02422
Octal671661626503662604442
Binary1101111110110111001011010101111011010110000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377672; }

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

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

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

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

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

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

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

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