#337C6C

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

Shades of Genoa #337C6C

Tints of Genoa #337C6C

Color information

#337C6C (or 0x337C6C) is unknown color: approx Genoa. HEX triplet: 33, 7C and 6C. RGB value is (51,124,108). Sum of RGB (Red+Green+Blue) = 51+124+108=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #337C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C6C is #CC8393. Grayscale: #646464. Windows color (decimal): -13403028 or 7109683. OLE color: 7109683.

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

Color convert

RGB51124108-
CMYK0.5900.130.51
HSL166.85º41.71%34.31%-
HSV(B)166.85º58.87%48.63%-
XYZ11.2816.216.72-
YUV100.35132.3292.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 124 (48.83% from 255) = 43.82%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=18.02%
G=43.82%
B=38.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241080.5900.130.51166.8541.7134.31
Hex337C6C3B0D33a72a22
Octal6317415473015632475242
Binary110011111110011011001110110110111001110100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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