#336E68

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

Shades of Genoa #336E68

Tints of Genoa #336E68

Color information

#336E68 (or 0x336E68) is unknown color: approx Genoa. HEX triplet: 33, 6E and 68. RGB value is (51,110,104). Sum of RGB (Red+Green+Blue) = 51+110+104=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 110 - color contains mainly: green. Hex color #336E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E68 is #CC9197. Grayscale: #5B5B5B. Windows color (decimal): -13406616 or 6843955. OLE color: 6843955.

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

Color convert

RGB51110104-
CMYK0.5400.050.57
HSL173.9º36.65%31.57%-
HSV(B)173.9º53.64%43.14%-
XYZ9.4412.8615.08-
YUV91.67134.9598.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=19.25%
G=41.51%
B=39.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511101040.5400.050.57173.936.6531.57
Hex336E68360539ae2520
Octal631561506605712564540
Binary11001111011101101000110110010111100110101110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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