#337766

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

Shades of Genoa #337766

Tints of Genoa #337766

Color information

#337766 (or 0x337766) is unknown color: approx Genoa. HEX triplet: 33, 77 and 66. RGB value is (51,119,102). Sum of RGB (Red+Green+Blue) = 51+119+102=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #337766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337766 is #CC8899. Grayscale: #606060. Windows color (decimal): -13404314 or 6715187. OLE color: 6715187.

HSL color Cylindrical-coordinate representation of color #337766: hue angle of 165º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337766 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB51119102-
CMYK0.5700.140.53
HSL165º40%33.33%-
HSV(B)165º57.14%46.67%-
XYZ10.3614.8614.89-
YUV96.73130.9795.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=18.75%
G=43.75%
B=37.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511191020.5700.140.531654033.33
Hex337766390E35a52821
Octal6316714671016652455041
Binary110011111011111001101110010111011010110100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337766; }

 p { color: rgb(51,119,102); }

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

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

 a { background-color: rgb(51,119,102); }

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

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

 span { border-color: rgb(51,119,102); }

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