#336d68

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

Shades of Genoa #336D68

Tints of Genoa #336D68

Color information

#336D68 (or 0x336D68) is unknown color: approx Genoa. HEX triplet: 33, 6D and 68. RGB value is (51,109,104). Sum of RGB (Red+Green+Blue) = 51+109+104=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #336D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D68 is #CC9297. Grayscale: #5B5B5B. Windows color (decimal): -13406872 or 6843699. OLE color: 6843699.

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

Color convert

RGB51109104-
CMYK0.5300.050.57
HSL174.83º36.25%31.37%-
HSV(B)174.83º53.21%42.75%-
XYZ9.3312.6415.04-
YUV91.09135.2899.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=19.32%
G=41.29%
B=39.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511091040.5300.050.57174.8336.2531.37
Hex336D68350539af241f
Octal631551506505712574437
Binary1100111101101110100011010101011110011010111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336d68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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