#37766F

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

Shades of Genoa #37766F

Tints of Genoa #37766F

Color information

#37766F (or 0x37766F) is unknown color: approx Genoa. HEX triplet: 37, 76 and 6F. RGB value is (55,118,111). Sum of RGB (Red+Green+Blue) = 55+118+111=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #37766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37766F is #C88990. Grayscale: #626262. Windows color (decimal): -13142417 or 7304759. OLE color: 7304759.

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

Color convert

RGB55118111-
CMYK0.5300.060.54
HSL173.33º36.42%33.92%-
HSV(B)173.33º53.39%46.27%-
XYZ10.9214.9217.34-
YUV98.36135.1397.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=19.37%
G=41.55%
B=39.08%

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
Decimal551181110.5300.060.54173.3336.4233.92
Hex37766F350636ad2422
Octal671661576506662554442
Binary11011111101101101111110101011011011010101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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