#337E68

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

Shades of Genoa #337E68

Tints of Genoa #337E68

Color information

#337E68 (or 0x337E68) is unknown color: approx Genoa. HEX triplet: 33, 7E and 68. RGB value is (51,126,104). Sum of RGB (Red+Green+Blue) = 51+126+104=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #337E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E68 is #CC8197. Grayscale: #656565. Windows color (decimal): -13402520 or 6848051. OLE color: 6848051.

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

Color convert

RGB51126104-
CMYK0.6000.170.51
HSL162.4º42.37%34.71%-
HSV(B)162.4º59.52%49.41%-
XYZ11.3216.6215.71-
YUV101.07129.6592.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=18.15%
G=44.84%
B=37.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511261040.6000.170.51162.442.3734.71
Hex337E683C01133a22a23
Octal6317615074021632425243
Binary1100111111110110100011110001000111001110100010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,126,104); }

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

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

 a { background-color: rgb(51,126,104); }

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

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

 span { border-color: rgb(51,126,104); }

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