#3B766C

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

Shades of Genoa #3B766C

Tints of Genoa #3B766C

Color information

#3B766C (or 0x3B766C) is unknown color: approx Genoa. HEX triplet: 3B, 76 and 6C. RGB value is (59,118,108). Sum of RGB (Red+Green+Blue) = 59+118+108=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3B766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B766C is #C48993. Grayscale: #636363. Windows color (decimal): -12880276 or 7108155. OLE color: 7108155.

HSL color Cylindrical-coordinate representation of color #3B766C: hue angle of 169.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B766C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB59118108-
CMYK0.5000.080.54
HSL169.83º33.33%34.71%-
HSV(B)169.83º50%46.27%-
XYZ10.9914.9716.5-
YUV99.22132.9599.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=20.70%
G=41.40%
B=37.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591181080.5000.080.54169.8333.3334.71
Hex3B766C320836aa2123
Octal7316615462010662524143
Binary111011111011011011001100100100011011010101010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B766C; }

 p { color: rgb(59,118,108); }

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

<style>
 a { background-color: #3B766C; }

 a { background-color: rgb(59,118,108); }

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

<style>
 span { border-color: #3B766C; }

 span { border-color: rgb(59,118,108); }

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