#36776B

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

Shades of Genoa #36776B

Tints of Genoa #36776B

Color information

#36776B (or 0x36776B) is unknown color: approx Genoa. HEX triplet: 36, 77 and 6B. RGB value is (54,119,107). Sum of RGB (Red+Green+Blue) = 54+119+107=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #36776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36776B is #C98894. Grayscale: #626262. Windows color (decimal): -13207701 or 7042870. OLE color: 7042870.

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

Color convert

RGB54119107-
CMYK0.5500.100.53
HSL168.92º37.57%33.92%-
HSV(B)168.92º54.62%46.67%-
XYZ10.7715.0416.25-
YUV98.2132.9796.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=19.29%
G=42.5%
B=38.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541191070.5500.100.53168.9237.5733.92
Hex36776B370A35a92622
Octal6616715367012652514642
Binary110110111011111010111101110101011010110101001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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