#337C65

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

Shades of Genoa #337C65

Tints of Genoa #337C65

Color information

#337C65 (or 0x337C65) is unknown color: approx Genoa. HEX triplet: 33, 7C and 65. RGB value is (51,124,101). Sum of RGB (Red+Green+Blue) = 51+124+101=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #337C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C65 is #CC839A. Grayscale: #636363. Windows color (decimal): -13403035 or 6650931. OLE color: 6650931.

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

Color convert

RGB51124101-
CMYK0.5900.190.51
HSL161.1º41.71%34.31%-
HSV(B)161.1º58.87%48.63%-
XYZ10.9216.0614.84-
YUV99.55128.8293.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=18.48%
G=44.93%
B=36.59%

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
Decimal511241010.5900.190.51161.141.7134.31
Hex337C653B01333a12a22
Octal6317414573023632415242
Binary1100111111100110010111101101001111001110100001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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