#337C70

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

Shades of Genoa #337C70

Tints of Genoa #337C70

Color information

#337C70 (or 0x337C70) is unknown color: approx Genoa. HEX triplet: 33, 7C and 70. RGB value is (51,124,112). Sum of RGB (Red+Green+Blue) = 51+124+112=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #337C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C70 is #CC838F. Grayscale: #646464. Windows color (decimal): -13403024 or 7371827. OLE color: 7371827.

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

Color convert

RGB51124112-
CMYK0.5900.100.51
HSL170.14º41.71%34.31%-
HSV(B)170.14º58.87%48.63%-
XYZ11.516.2917.87-
YUV100.8134.3292.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=17.77%
G=43.21%
B=39.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241120.5900.100.51170.1441.7134.31
Hex337C703B0A33aa2a22
Octal6317416073012632525242
Binary110011111110011100001110110101011001110101010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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