#37716B

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

Shades of Genoa #37716B

Tints of Genoa #37716B

Color information

#37716B (or 0x37716B) is unknown color: approx Genoa. HEX triplet: 37, 71 and 6B. RGB value is (55,113,107). Sum of RGB (Red+Green+Blue) = 55+113+107=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #37716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37716B is #C88E94. Grayscale: #5E5E5E. Windows color (decimal): -13143701 or 7041335. OLE color: 7041335.

HSL color Cylindrical-coordinate representation of color #37716B: hue angle of 173.79º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37716B is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB55113107-
CMYK0.5100.050.56
HSL173.79º34.52%32.94%-
HSV(B)173.79º51.33%44.31%-
XYZ10.1313.6816.02-
YUV94.97134.7899.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=20%
G=41.09%
B=38.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551131070.5100.050.56173.7934.5232.94
Hex37716B330538ae2321
Octal671611536305702564341
Binary11011111100011101011110011010111100010101110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37716B; }

 p { color: rgb(55,113,107); }

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

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

 a { background-color: rgb(55,113,107); }

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

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

 span { border-color: rgb(55,113,107); }

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