#337161

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

Shades of Genoa #337161

Tints of Genoa #337161

Color information

#337161 (or 0x337161) is unknown color: approx Genoa. HEX triplet: 33, 71 and 61. RGB value is (51,113,97). Sum of RGB (Red+Green+Blue) = 51+113+97=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #337161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337161 is #CC8E9E. Grayscale: #5C5C5C. Windows color (decimal): -13405855 or 6385971. OLE color: 6385971.

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

Color convert

RGB5111397-
CMYK0.5500.140.56
HSL164.52º37.8%32.16%-
HSV(B)164.52º54.87%44.31%-
XYZ9.4313.3813.39-
YUV92.64130.4698.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=19.54%
G=43.30%
B=37.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113970.5500.140.56164.5237.832.16
Hex337161370E38a52620
Octal6316114167016702454640
Binary110011111000111000011101110111011100010100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337161; }

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

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

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

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

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

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

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

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