#36776A

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

Shades of Genoa #36776A

Tints of Genoa #36776A

Color information

#36776A (or 0x36776A) is unknown color: approx Genoa. HEX triplet: 36, 77 and 6A. RGB value is (54,119,106). Sum of RGB (Red+Green+Blue) = 54+119+106=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #36776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36776A is #C98895. Grayscale: #626262. Windows color (decimal): -13207702 or 6977334. OLE color: 6977334.

HSL color Cylindrical-coordinate representation of color #36776A: hue angle of 168º 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 #36776A is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB54119106-
CMYK0.5500.110.53
HSL168º37.57%33.92%-
HSV(B)168º54.62%46.67%-
XYZ10.7215.0215.97-
YUV98.08132.4796.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=19.35%
G=42.65%
B=37.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541191060.5500.110.5316837.5733.92
Hex36776A370B35a82622
Octal6616715267013652504642
Binary110110111011111010101101110101111010110101000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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