#337964

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

Shades of Genoa #337964

Tints of Genoa #337964

Color information

#337964 (or 0x337964) is unknown color: approx Genoa. HEX triplet: 33, 79 and 64. RGB value is (51,121,100). Sum of RGB (Red+Green+Blue) = 51+121+100=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #337964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337964 is #CC869B. Grayscale: #616161. Windows color (decimal): -13403804 or 6584627. OLE color: 6584627.

HSL color Cylindrical-coordinate representation of color #337964: hue angle of 162º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337964 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB51121100-
CMYK0.5800.170.53
HSL162º40.7%33.73%-
HSV(B)162º57.85%47.45%-
XYZ10.515.314.46-
YUV97.68129.3194.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=18.75%
G=44.49%
B=36.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511211000.5800.170.5316240.733.73
Hex3379643A01135a22922
Octal6317114472021652425142
Binary1100111111001110010011101001000111010110100010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337964; }

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

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

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

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

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

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

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

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