#37756E

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

Shades of Genoa #37756E

Tints of Genoa #37756E

Color information

#37756E (or 0x37756E) is unknown color: approx Genoa. HEX triplet: 37, 75 and 6E. RGB value is (55,117,110). Sum of RGB (Red+Green+Blue) = 55+117+110=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #37756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37756E is #C88A91. Grayscale: #616161. Windows color (decimal): -13142674 or 7238967. OLE color: 7238967.

HSL color Cylindrical-coordinate representation of color #37756E: hue angle of 173.23º 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 #37756E is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB55117110-
CMYK0.5300.060.54
HSL173.23º36.05%33.73%-
HSV(B)173.23º52.99%45.88%-
XYZ10.7514.6617.01-
YUV97.66134.9697.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=19.50%
G=41.49%
B=39.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551171100.5300.060.54173.2336.0533.73
Hex37756E350636ad2422
Octal671651566506662554442
Binary11011111101011101110110101011011011010101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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