#337C69

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

Shades of Genoa #337C69

Tints of Genoa #337C69

Color information

#337C69 (or 0x337C69) is unknown color: approx Genoa. HEX triplet: 33, 7C and 69. RGB value is (51,124,105). Sum of RGB (Red+Green+Blue) = 51+124+105=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #337C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C69 is #CC8396. Grayscale: #646464. Windows color (decimal): -13403031 or 6913075. OLE color: 6913075.

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

Color convert

RGB51124105-
CMYK0.5900.150.51
HSL164.38º41.71%34.31%-
HSV(B)164.38º58.87%48.63%-
XYZ11.1216.1415.89-
YUV100.01130.8293.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=18.21%
G=44.29%
B=37.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241050.5900.150.51164.3841.7134.31
Hex337C693B0F33a42a22
Octal6317415173017632445242
Binary110011111110011010011110110111111001110100100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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