#336966

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

Shades of Genoa #336966

Tints of Genoa #336966

Color information

#336966 (or 0x336966) is unknown color: approx Genoa. HEX triplet: 33, 69 and 66. RGB value is (51,105,102). Sum of RGB (Red+Green+Blue) = 51+105+102=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #336966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336966 is #CC9699. Grayscale: #585858. Windows color (decimal): -13407898 or 6711603. OLE color: 6711603.

HSL color Cylindrical-coordinate representation of color #336966: hue angle of 176.67º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336966 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB51105102-
CMYK0.5100.030.59
HSL176.67º34.62%30.59%-
HSV(B)176.67º51.43%41.18%-
XYZ8.8211.7714.38-
YUV88.51135.61101.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=19.77%
G=40.70%
B=39.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal511051020.5100.030.59176.6734.6230.59
Hex33696633033Bb1231f
Octal631511466303732614337
Binary110011110100111001101100110111110111011000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336966; }

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

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

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

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

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

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

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

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