#337162

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

Shades of Genoa #337162

Tints of Genoa #337162

Color information

#337162 (or 0x337162) is unknown color: approx Genoa. HEX triplet: 33, 71 and 62. RGB value is (51,113,98). Sum of RGB (Red+Green+Blue) = 51+113+98=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #337162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337162 is #CC8E9D. Grayscale: #5C5C5C. Windows color (decimal): -13405854 or 6451507. OLE color: 6451507.

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

Color convert

RGB5111398-
CMYK0.5500.130.56
HSL165.48º37.8%32.16%-
HSV(B)165.48º54.87%44.31%-
XYZ9.4713.413.64-
YUV92.75130.9698.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=19.47%
G=43.13%
B=37.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113980.5500.130.56165.4837.832.16
Hex337162370D38a52620
Octal6316114267015702454640
Binary110011111000111000101101110110111100010100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337162; }

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

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

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

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

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

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

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

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