#36776F

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

Shades of Genoa #36776F

Tints of Genoa #36776F

Color information

#36776F (or 0x36776F) is unknown color: approx Genoa. HEX triplet: 36, 77 and 6F. RGB value is (54,119,111). Sum of RGB (Red+Green+Blue) = 54+119+111=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #36776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36776F is #C98890. Grayscale: #626262. Windows color (decimal): -13207697 or 7305014. OLE color: 7305014.

HSL color Cylindrical-coordinate representation of color #36776F: hue angle of 172.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36776F is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB54119111-
CMYK0.5500.070.53
HSL172.62º37.57%33.92%-
HSV(B)172.62º54.62%46.67%-
XYZ10.9915.1317.38-
YUV98.65134.9796.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=19.01%
G=41.90%
B=39.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541191110.5500.070.53172.6237.5733.92
Hex36776F370735ad2622
Octal661671576707652554642
Binary11011011101111101111110111011111010110101101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,119,111); }

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

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

 a { background-color: rgb(54,119,111); }

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

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

 span { border-color: rgb(54,119,111); }

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