#36716A

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

Shades of Genoa #36716A

Tints of Genoa #36716A

Color information

#36716A (or 0x36716A) is unknown color: approx Genoa. HEX triplet: 36, 71 and 6A. RGB value is (54,113,106). Sum of RGB (Red+Green+Blue) = 54+113+106=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #36716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716A is #C98E95. Grayscale: #5E5E5E. Windows color (decimal): -13209238 or 6975798. OLE color: 6975798.

HSL color Cylindrical-coordinate representation of color #36716A: hue angle of 172.88º 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 #36716A is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB54113106-
CMYK0.5200.060.56
HSL172.88º35.33%32.75%-
HSV(B)172.88º52.21%44.31%-
XYZ10.0313.6415.74-
YUV94.56134.4599.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=19.78%
G=41.39%
B=38.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541131060.5200.060.56172.8835.3332.75
Hex36716A340638ad2321
Octal661611526406702554341
Binary11011011100011101010110100011011100010101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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