#37756F

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

Shades of Genoa #37756F

Tints of Genoa #37756F

Color information

#37756F (or 0x37756F) is unknown color: approx Genoa. HEX triplet: 37, 75 and 6F. RGB value is (55,117,111). Sum of RGB (Red+Green+Blue) = 55+117+111=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #37756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37756F is #C88A90. Grayscale: #616161. Windows color (decimal): -13142673 or 7304503. OLE color: 7304503.

HSL color Cylindrical-coordinate representation of color #37756F: hue angle of 174.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37756F is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB55117111-
CMYK0.5300.050.54
HSL174.19º36.05%33.73%-
HSV(B)174.19º52.99%45.88%-
XYZ10.8114.6817.3-
YUV97.78135.4697.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=19.43%
G=41.34%
B=39.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551171110.5300.050.54174.1936.0533.73
Hex37756F350536ae2422
Octal671651576505662564442
Binary11011111101011101111110101010111011010101110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37756F; }

 p { color: rgb(55,117,111); }

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

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

 a { background-color: rgb(55,117,111); }

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

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

 span { border-color: rgb(55,117,111); }

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