#337464

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

Shades of Genoa #337464

Tints of Genoa #337464

Color information

#337464 (or 0x337464) is unknown color: approx Genoa. HEX triplet: 33, 74 and 64. RGB value is (51,116,100). Sum of RGB (Red+Green+Blue) = 51+116+100=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #337464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337464 is #CC8B9B. Grayscale: #5E5E5E. Windows color (decimal): -13405084 or 6583347. OLE color: 6583347.

HSL color Cylindrical-coordinate representation of color #337464: hue angle of 165.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337464 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB51116100-
CMYK0.5600.140.55
HSL165.23º38.92%32.75%-
HSV(B)165.23º56.03%45.49%-
XYZ9.9114.1114.26-
YUV94.74130.9796.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=19.10%
G=43.45%
B=37.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511161000.5600.140.55165.2338.9232.75
Hex337464380E37a52721
Octal6316414470016672454741
Binary110011111010011001001110000111011011110100101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337464; }

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

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

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

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

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

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

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

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