#36706C

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

Shades of Genoa #36706C

Tints of Genoa #36706C

Color information

#36706C (or 0x36706C) is unknown color: approx Genoa. HEX triplet: 36, 70 and 6C. RGB value is (54,112,108). Sum of RGB (Red+Green+Blue) = 54+112+108=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #36706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36706C is #C98F93. Grayscale: #5E5E5E. Windows color (decimal): -13209492 or 7106614. OLE color: 7106614.

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

Color convert

RGB54112108-
CMYK0.5200.040.56
HSL175.86º34.94%32.55%-
HSV(B)175.86º51.79%43.92%-
XYZ10.0213.4616.26-
YUV94.2135.7899.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=19.71%
G=40.88%
B=39.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541121080.5200.040.56175.8634.9432.55
Hex36706C340438b02321
Octal661601546404702604341
Binary11011011100001101100110100010011100010110000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36706C; }

 p { color: rgb(54,112,108); }

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

<style>
 a { background-color: #36706C; }

 a { background-color: rgb(54,112,108); }

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

<style>
 span { border-color: #36706C; }

 span { border-color: rgb(54,112,108); }

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