#336D69

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

Shades of Genoa #336D69

Tints of Genoa #336D69

Color information

#336D69 (or 0x336D69) is unknown color: approx Genoa. HEX triplet: 33, 6D and 69. RGB value is (51,109,105). Sum of RGB (Red+Green+Blue) = 51+109+105=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #336D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D69 is #CC9296. Grayscale: #5B5B5B. Windows color (decimal): -13406871 or 6909235. OLE color: 6909235.

HSL color Cylindrical-coordinate representation of color #336D69: hue angle of 175.86º 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 #336D69 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB51109105-
CMYK0.5300.040.57
HSL175.86º36.25%31.37%-
HSV(B)175.86º53.21%42.75%-
XYZ9.3812.6615.31-
YUV91.2135.7899.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=19.25%
G=41.13%
B=39.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511091050.5300.040.57175.8636.2531.37
Hex336D69350439b0241f
Octal631551516504712604437
Binary1100111101101110100111010101001110011011000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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