#36716E

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

Shades of Genoa #36716E

Tints of Genoa #36716E

Color information

#36716E (or 0x36716E) is unknown color: approx Genoa. HEX triplet: 36, 71 and 6E. RGB value is (54,113,110). Sum of RGB (Red+Green+Blue) = 54+113+110=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #36716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716E is #C98E91. Grayscale: #5E5E5E. Windows color (decimal): -13209234 or 7237942. OLE color: 7237942.

HSL color Cylindrical-coordinate representation of color #36716E: hue angle of 176.95º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36716E is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB54113110-
CMYK0.5200.030.56
HSL176.95º35.33%32.75%-
HSV(B)176.95º52.21%44.31%-
XYZ10.2413.7216.86-
YUV95.02136.4598.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=19.49%
G=40.79%
B=39.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541131100.5200.030.56176.9535.3332.75
Hex36716E340338b12321
Octal661611566403702614341
Binary1101101110001110111011010001111100010110001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36716E; }

 p { color: rgb(54,113,110); }

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

<style>
 a { background-color: #36716E; }

 a { background-color: rgb(54,113,110); }

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

<style>
 span { border-color: #36716E; }

 span { border-color: rgb(54,113,110); }

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