#337C64

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

Shades of Genoa #337C64

Tints of Genoa #337C64

Color information

#337C64 (or 0x337C64) is unknown color: approx Genoa. HEX triplet: 33, 7C and 64. RGB value is (51,124,100). Sum of RGB (Red+Green+Blue) = 51+124+100=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #337C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C64 is #CC839B. Grayscale: #636363. Windows color (decimal): -13403036 or 6585395. OLE color: 6585395.

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

Color convert

RGB51124100-
CMYK0.5900.190.51
HSL160.27º41.71%34.31%-
HSV(B)160.27º58.87%48.63%-
XYZ10.8716.0414.58-
YUV99.44128.3293.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=18.55%
G=45.09%
B=36.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241000.5900.190.51160.2741.7134.31
Hex337C643B01333a02a22
Octal6317414473023632405242
Binary1100111111100110010011101101001111001110100000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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