#336E61

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

Shades of Genoa #336E61

Tints of Genoa #336E61

Color information

#336E61 (or 0x336E61) is unknown color: approx Genoa. HEX triplet: 33, 6E and 61. RGB value is (51,110,97). Sum of RGB (Red+Green+Blue) = 51+110+97=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #336E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E61 is #CC919E. Grayscale: #5A5A5A. Windows color (decimal): -13406623 or 6385203. OLE color: 6385203.

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

Color convert

RGB5111097-
CMYK0.5400.120.57
HSL166.78º36.65%31.57%-
HSV(B)166.78º53.64%43.14%-
XYZ9.112.7213.28-
YUV90.88131.4599.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=19.77%
G=42.64%
B=37.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51110970.5400.120.57166.7836.6531.57
Hex336E61360C39a72520
Octal6315614166014712474540
Binary110011110111011000011101100110011100110100111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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