#337C71

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

Shades of Genoa #337C71

Tints of Genoa #337C71

Color information

#337C71 (or 0x337C71) is unknown color: approx Genoa. HEX triplet: 33, 7C and 71. RGB value is (51,124,113). Sum of RGB (Red+Green+Blue) = 51+124+113=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #337C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C71 is #CC838E. Grayscale: #646464. Windows color (decimal): -13403023 or 7437363. OLE color: 7437363.

HSL color Cylindrical-coordinate representation of color #337C71: hue angle of 170.96º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C71 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB51124113-
CMYK0.5900.090.51
HSL170.96º41.71%34.31%-
HSV(B)170.96º58.87%48.63%-
XYZ11.5516.3118.16-
YUV100.92134.8292.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=17.71%
G=43.06%
B=39.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241130.5900.090.51170.9641.7134.31
Hex337C713B0933ab2a22
Octal6317416173011632535242
Binary110011111110011100011110110100111001110101011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337C71; }

 p { color: rgb(51,124,113); }

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

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

 a { background-color: rgb(51,124,113); }

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

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

 span { border-color: rgb(51,124,113); }

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