#337061

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

Shades of Genoa #337061

Tints of Genoa #337061

Color information

#337061 (or 0x337061) is unknown color: approx Genoa. HEX triplet: 33, 70 and 61. RGB value is (51,112,97). Sum of RGB (Red+Green+Blue) = 51+112+97=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #337061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337061 is #CC8F9E. Grayscale: #5C5C5C. Windows color (decimal): -13406111 or 6385715. OLE color: 6385715.

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

Color convert

RGB5111297-
CMYK0.5400.130.56
HSL165.25º37.42%31.96%-
HSV(B)165.25º54.46%43.92%-
XYZ9.3213.1613.36-
YUV92.05130.7998.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=19.62%
G=43.08%
B=37.31%

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
Decimal51112970.5400.130.56165.2537.4231.96
Hex337061360D38a52520
Octal6316014166015702454540
Binary110011111000011000011101100110111100010100101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337061; }

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

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

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

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

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

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

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

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