#337165

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

Shades of Genoa #337165

Tints of Genoa #337165

Color information

#337165 (or 0x337165) is unknown color: approx Genoa. HEX triplet: 33, 71 and 65. RGB value is (51,113,101). Sum of RGB (Red+Green+Blue) = 51+113+101=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #337165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337165 is #CC8E9A. Grayscale: #5D5D5D. Windows color (decimal): -13405851 or 6648115. OLE color: 6648115.

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

Color convert

RGB51113101-
CMYK0.5500.110.56
HSL168.39º37.8%32.16%-
HSV(B)168.39º54.87%44.31%-
XYZ9.6213.4514.4-
YUV93.09132.4697.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=19.25%
G=42.64%
B=38.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511131010.5500.110.56168.3937.832.16
Hex337165370B38a82620
Octal6316114567013702504640
Binary110011111000111001011101110101111100010101000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337165; }

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

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

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

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

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

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

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

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