#337A64

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

Shades of Genoa #337A64

Tints of Genoa #337A64

Color information

#337A64 (or 0x337A64) is unknown color: approx Genoa. HEX triplet: 33, 7A and 64. RGB value is (51,122,100). Sum of RGB (Red+Green+Blue) = 51+122+100=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #337A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A64 is #CC859B. Grayscale: #626262. Windows color (decimal): -13403548 or 6584883. OLE color: 6584883.

HSL color Cylindrical-coordinate representation of color #337A64: hue angle of 161.41º 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 #337A64 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB51122100-
CMYK0.5800.180.52
HSL161.41º41.04%33.92%-
HSV(B)161.41º58.2%47.84%-
XYZ10.6315.5414.5-
YUV98.26128.9894.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=18.68%
G=44.69%
B=36.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511221000.5800.180.52161.4141.0433.92
Hex337A643A01234a12922
Octal6317214472022642415142
Binary1100111111010110010011101001001011010010100001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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