#336F63

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

Shades of Genoa #336F63

Tints of Genoa #336F63

Color information

#336F63 (or 0x336F63) is unknown color: approx Genoa. HEX triplet: 33, 6F and 63. RGB value is (51,111,99). Sum of RGB (Red+Green+Blue) = 51+111+99=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #336F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F63 is #CC909C. Grayscale: #5B5B5B. Windows color (decimal): -13406365 or 6516531. OLE color: 6516531.

HSL color Cylindrical-coordinate representation of color #336F63: hue angle of 168º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F63 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB5111199-
CMYK0.5400.110.56
HSL168º37.04%31.76%-
HSV(B)168º54.05%43.53%-
XYZ9.312.9713.82-
YUV91.69132.1298.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=19.54%
G=42.53%
B=37.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51111990.5400.110.5616837.0431.76
Hex336F63360B38a82520
Octal6315714366013702504540
Binary110011110111111000111101100101111100010101000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F63; }

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

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

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

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

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

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

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

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