#36766F

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

Shades of Genoa #36766F

Tints of Genoa #36766F

Color information

#36766F (or 0x36766F) is unknown color: approx Genoa. HEX triplet: 36, 76 and 6F. RGB value is (54,118,111). Sum of RGB (Red+Green+Blue) = 54+118+111=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #36766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36766F is #C98990. Grayscale: #626262. Windows color (decimal): -13207953 or 7304758. OLE color: 7304758.

HSL color Cylindrical-coordinate representation of color #36766F: hue angle of 173.44º 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 #36766F is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB54118111-
CMYK0.5400.060.54
HSL173.44º37.21%33.73%-
HSV(B)173.44º54.24%46.27%-
XYZ10.8714.8917.34-
YUV98.07135.396.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=19.08%
G=41.70%
B=39.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541181110.5400.060.54173.4437.2133.73
Hex36766F360636ad2522
Octal661661576606662554542
Binary11011011101101101111110110011011011010101101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36766F; }

 p { color: rgb(54,118,111); }

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

<style>
 a { background-color: #36766F; }

 a { background-color: rgb(54,118,111); }

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

<style>
 span { border-color: #36766F; }

 span { border-color: rgb(54,118,111); }

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