#337C6B

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

Shades of Genoa #337C6B

Tints of Genoa #337C6B

Color information

#337C6B (or 0x337C6B) is unknown color: approx Genoa. HEX triplet: 33, 7C and 6B. RGB value is (51,124,107). Sum of RGB (Red+Green+Blue) = 51+124+107=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #337C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C6B is #CC8394. Grayscale: #646464. Windows color (decimal): -13403029 or 7044147. OLE color: 7044147.

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

Color convert

RGB51124107-
CMYK0.5900.140.51
HSL166.03º41.71%34.31%-
HSV(B)166.03º58.87%48.63%-
XYZ11.2316.1816.44-
YUV100.23131.8292.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 124 (48.83% from 255) = 43.97%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=18.09%
G=43.97%
B=37.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241070.5900.140.51166.0341.7134.31
Hex337C6B3B0E33a62a22
Octal6317415373016632465242
Binary110011111110011010111110110111011001110100110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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