#336F68

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

Shades of Genoa #336F68

Tints of Genoa #336F68

Color information

#336F68 (or 0x336F68) is unknown color: approx Genoa. HEX triplet: 33, 6F and 68. RGB value is (51,111,104). Sum of RGB (Red+Green+Blue) = 51+111+104=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #336F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F68 is #CC9097. Grayscale: #5C5C5C. Windows color (decimal): -13406360 or 6844211. OLE color: 6844211.

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

Color convert

RGB51111104-
CMYK0.5400.060.56
HSL173º37.04%31.76%-
HSV(B)173º54.05%43.53%-
XYZ9.5513.0715.12-
YUV92.26134.6298.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=19.17%
G=41.73%
B=39.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511111040.5400.060.5617337.0431.76
Hex336F68360638ad2520
Octal631571506606702554540
Binary11001111011111101000110110011011100010101101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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