#337564

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

Shades of Genoa #337564

Tints of Genoa #337564

Color information

#337564 (or 0x337564) is unknown color: approx Genoa. HEX triplet: 33, 75 and 64. RGB value is (51,117,100). Sum of RGB (Red+Green+Blue) = 51+117+100=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #337564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337564 is #CC8A9B. Grayscale: #5F5F5F. Windows color (decimal): -13404828 or 6583603. OLE color: 6583603.

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

Color convert

RGB51117100-
CMYK0.5600.150.54
HSL164.55º39.29%32.94%-
HSV(B)164.55º56.41%45.88%-
XYZ10.0314.3514.3-
YUV95.33130.6396.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=19.03%
G=43.66%
B=37.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511171000.5600.150.54164.5539.2932.94
Hex337564380F36a52721
Octal6316514470017662454741
Binary110011111010111001001110000111111011010100101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337564; }

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

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

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

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

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

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

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

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