#337F6B

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

Shades of Genoa #337F6B

Tints of Genoa #337F6B

Color information

#337F6B (or 0x337F6B) is unknown color: approx Genoa. HEX triplet: 33, 7F and 6B. RGB value is (51,127,107). Sum of RGB (Red+Green+Blue) = 51+127+107=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #337F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F6B is #CC8094. Grayscale: #656565. Windows color (decimal): -13402261 or 7044915. OLE color: 7044915.

HSL color Cylindrical-coordinate representation of color #337F6B: hue angle of 164.21º 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 #337F6B is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB51127107-
CMYK0.6000.160.50
HSL164.21º42.7%34.9%-
HSV(B)164.21º59.84%49.8%-
XYZ11.6116.9416.57-
YUV102130.8291.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=17.89%
G=44.56%
B=37.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511271070.6000.160.50164.2142.734.9
Hex337F6B3C01032a42b23
Octal6317715374020622445343
Binary1100111111111110101111110001000011001010100100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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