#36716B

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

Shades of Genoa #36716B

Tints of Genoa #36716B

Color information

#36716B (or 0x36716B) is unknown color: approx Genoa. HEX triplet: 36, 71 and 6B. RGB value is (54,113,107). Sum of RGB (Red+Green+Blue) = 54+113+107=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #36716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36716B is #C98E94. Grayscale: #5E5E5E. Windows color (decimal): -13209237 or 7041334. OLE color: 7041334.

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

Color convert

RGB54113107-
CMYK0.5200.050.56
HSL173.9º35.33%32.75%-
HSV(B)173.9º52.21%44.31%-
XYZ10.0813.6616.01-
YUV94.68134.9598.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=19.71%
G=41.24%
B=39.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541131070.5200.050.56173.935.3332.75
Hex36716B340538ae2321
Octal661611536405702564341
Binary11011011100011101011110100010111100010101110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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