#337160

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

Shades of Genoa #337160

Tints of Genoa #337160

Color information

#337160 (or 0x337160) is unknown color: approx Genoa. HEX triplet: 33, 71 and 60. RGB value is (51,113,96). Sum of RGB (Red+Green+Blue) = 51+113+96=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #337160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337160 is #CC8E9F. Grayscale: #5C5C5C. Windows color (decimal): -13405856 or 6320435. OLE color: 6320435.

HSL color Cylindrical-coordinate representation of color #337160: hue angle of 163.55º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337160 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB5111396-
CMYK0.5500.150.56
HSL163.55º37.8%32.16%-
HSV(B)163.55º54.87%44.31%-
XYZ9.3813.3613.15-
YUV92.52129.9698.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=19.62%
G=43.46%
B=36.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113960.5500.150.56163.5537.832.16
Hex337160370F38a42620
Octal6316114067017702444640
Binary110011111000111000001101110111111100010100100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337160; }

 p { color: rgb(51,113,96); }

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

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

 a { background-color: rgb(51,113,96); }

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

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

 span { border-color: rgb(51,113,96); }

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