#337263

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

Shades of Genoa #337263

Tints of Genoa #337263

Color information

#337263 (or 0x337263) is unknown color: approx Genoa. HEX triplet: 33, 72 and 63. RGB value is (51,114,99). Sum of RGB (Red+Green+Blue) = 51+114+99=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #337263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337263 is #CC8D9C. Grayscale: #5D5D5D. Windows color (decimal): -13405597 or 6517299. OLE color: 6517299.

HSL color Cylindrical-coordinate representation of color #337263: hue angle of 165.71º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337263 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB5111499-
CMYK0.5500.130.55
HSL165.71º38.18%32.35%-
HSV(B)165.71º55.26%44.71%-
XYZ9.6313.6413.93-
YUV93.45131.1397.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=19.32%
G=43.18%
B=37.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114990.5500.130.55165.7138.1832.35
Hex337263370D37a62620
Octal6316214367015672464640
Binary110011111001011000111101110110111011110100110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337263; }

 p { color: rgb(51,114,99); }

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

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

 a { background-color: rgb(51,114,99); }

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

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

 span { border-color: rgb(51,114,99); }

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