#336F61

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

Shades of Genoa #336F61

Tints of Genoa #336F61

Color information

#336F61 (or 0x336F61) is unknown color: approx Genoa. HEX triplet: 33, 6F and 61. RGB value is (51,111,97). Sum of RGB (Red+Green+Blue) = 51+111+97=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #336F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F61 is #CC909E. Grayscale: #5B5B5B. Windows color (decimal): -13406367 or 6385459. OLE color: 6385459.

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

Color convert

RGB5111197-
CMYK0.5400.130.56
HSL166º37.04%31.76%-
HSV(B)166º54.05%43.53%-
XYZ9.2112.9413.32-
YUV91.46131.1299.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=19.69%
G=42.86%
B=37.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51111970.5400.130.5616637.0431.76
Hex336F61360D38a62520
Octal6315714166015702464540
Binary110011110111111000011101100110111100010100110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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