#337565

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

Shades of Genoa #337565

Tints of Genoa #337565

Color information

#337565 (or 0x337565) is unknown color: approx Genoa. HEX triplet: 33, 75 and 65. RGB value is (51,117,101). Sum of RGB (Red+Green+Blue) = 51+117+101=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #337565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337565 is #CC8A9A. Grayscale: #5F5F5F. Windows color (decimal): -13404827 or 6649139. OLE color: 6649139.

HSL color Cylindrical-coordinate representation of color #337565: hue angle of 165.45º 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 #337565 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB51117101-
CMYK0.5600.140.54
HSL165.45º39.29%32.94%-
HSV(B)165.45º56.41%45.88%-
XYZ10.0814.3714.55-
YUV95.44131.1396.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=18.96%
G=43.49%
B=37.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511171010.5600.140.54165.4539.2932.94
Hex337565380E36a52721
Octal6316514570016662454741
Binary110011111010111001011110000111011011010100101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337565; }

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

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

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

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

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

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

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

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