#36756D

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

Shades of Genoa #36756D

Tints of Genoa #36756D

Color information

#36756D (or 0x36756D) is unknown color: approx Genoa. HEX triplet: 36, 75 and 6D. RGB value is (54,117,109). Sum of RGB (Red+Green+Blue) = 54+117+109=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #36756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36756D is #C98A92. Grayscale: #616161. Windows color (decimal): -13208211 or 7173430. OLE color: 7173430.

HSL color Cylindrical-coordinate representation of color #36756D: hue angle of 172.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36756D is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB54117109-
CMYK0.5400.070.54
HSL172.38º36.84%33.53%-
HSV(B)172.38º53.85%45.88%-
XYZ10.6414.6116.73-
YUV97.25134.6397.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.29%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=19.29%
G=41.79%
B=38.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541171090.5400.070.54172.3836.8433.53
Hex36756D360736ac2522
Octal661651556607662544542
Binary11011011101011101101110110011111011010101100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36756D; }

 p { color: rgb(54,117,109); }

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

<style>
 a { background-color: #36756D; }

 a { background-color: rgb(54,117,109); }

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

<style>
 span { border-color: #36756D; }

 span { border-color: rgb(54,117,109); }

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