#337A68

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

Shades of Genoa #337A68

Tints of Genoa #337A68

Color information

#337A68 (or 0x337A68) is unknown color: approx Genoa. HEX triplet: 33, 7A and 68. RGB value is (51,122,104). Sum of RGB (Red+Green+Blue) = 51+122+104=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #337A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A68 is #CC8597. Grayscale: #626262. Windows color (decimal): -13403544 or 6847027. OLE color: 6847027.

HSL color Cylindrical-coordinate representation of color #337A68: hue angle of 164.79º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A68 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB51122104-
CMYK0.5800.150.52
HSL164.79º41.04%33.92%-
HSV(B)164.79º58.2%47.84%-
XYZ10.8215.6215.54-
YUV98.72130.9893.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=18.41%
G=44.04%
B=37.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511221040.5800.150.52164.7941.0433.92
Hex337A683A0F34a52922
Octal6317215072017642455142
Binary110011111101011010001110100111111010010100101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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