#337C74

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

Shades of Genoa #337C74

Tints of Genoa #337C74

Color information

#337C74 (or 0x337C74) is unknown color: approx Genoa. HEX triplet: 33, 7C and 74. RGB value is (51,124,116). Sum of RGB (Red+Green+Blue) = 51+124+116=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #337C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C74 is #CC838B. Grayscale: #656565. Windows color (decimal): -13403020 or 7633971. OLE color: 7633971.

HSL color Cylindrical-coordinate representation of color #337C74: hue angle of 173.42º 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 #337C74 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB51124116-
CMYK0.5900.060.51
HSL173.42º41.71%34.31%-
HSV(B)173.42º58.87%48.63%-
XYZ11.7316.3819.07-
YUV101.26136.3292.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=17.53%
G=42.61%
B=39.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241160.5900.060.51173.4241.7134.31
Hex337C743B0633ad2a22
Octal631741647306632555242
Binary11001111111001110100111011011011001110101101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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