#37706D

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

Shades of Genoa #37706D

Tints of Genoa #37706D

Color information

#37706D (or 0x37706D) is unknown color: approx Genoa. HEX triplet: 37, 70 and 6D. RGB value is (55,112,109). Sum of RGB (Red+Green+Blue) = 55+112+109=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #37706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37706D is #C88F92. Grayscale: #5E5E5E. Windows color (decimal): -13143955 or 7172151. OLE color: 7172151.

HSL color Cylindrical-coordinate representation of color #37706D: hue angle of 176.84º degrees, saturation: 0.34, 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 #37706D is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB55112109-
CMYK0.5100.030.56
HSL176.84º34.13%32.75%-
HSV(B)176.84º50.89%43.92%-
XYZ10.1313.516.54-
YUV94.62136.1299.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=19.93%
G=40.58%
B=39.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551121090.5100.030.56176.8434.1332.75
Hex37706D330338b12221
Octal671601556303702614241
Binary1101111110000110110111001101111100010110001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37706D; }

 p { color: rgb(55,112,109); }

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

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

 a { background-color: rgb(55,112,109); }

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

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

 span { border-color: rgb(55,112,109); }

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