#3B766B

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

Shades of Genoa #3B766B

Tints of Genoa #3B766B

Color information

#3B766B (or 0x3B766B) is unknown color: approx Genoa. HEX triplet: 3B, 76 and 6B. RGB value is (59,118,107). Sum of RGB (Red+Green+Blue) = 59+118+107=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #3B766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B766B is #C48994. Grayscale: #636363. Windows color (decimal): -12880277 or 7042619. OLE color: 7042619.

HSL color Cylindrical-coordinate representation of color #3B766B: hue angle of 168.81º 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 #3B766B is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB59118107-
CMYK0.5000.090.54
HSL168.81º33.33%34.71%-
HSV(B)168.81º50%46.27%-
XYZ10.9414.9516.22-
YUV99.1132.4599.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=20.77%
G=41.55%
B=37.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591181070.5000.090.54168.8133.3334.71
Hex3B766B320936a92123
Octal7316615362011662514143
Binary111011111011011010111100100100111011010101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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