#337F6A

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

Shades of Genoa #337F6A

Tints of Genoa #337F6A

Color information

#337F6A (or 0x337F6A) is unknown color: approx Genoa. HEX triplet: 33, 7F and 6A. RGB value is (51,127,106). Sum of RGB (Red+Green+Blue) = 51+127+106=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #337F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F6A is #CC8095. Grayscale: #656565. Windows color (decimal): -13402262 or 6979379. OLE color: 6979379.

HSL color Cylindrical-coordinate representation of color #337F6A: hue angle of 163.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F6A is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB51127106-
CMYK0.6000.170.50
HSL163.42º42.7%34.9%-
HSV(B)163.42º59.84%49.8%-
XYZ11.5616.9216.29-
YUV101.88130.3291.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=17.96%
G=44.72%
B=37.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511271060.6000.170.50163.4242.734.9
Hex337F6A3C01132a32b23
Octal6317715274021622435343
Binary1100111111111110101011110001000111001010100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,127,106); }

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

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

 a { background-color: rgb(51,127,106); }

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

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

 span { border-color: rgb(51,127,106); }

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