#3B786A

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

Shades of Genoa #3B786A

Tints of Genoa #3B786A

Color information

#3B786A (or 0x3B786A) is unknown color: approx Genoa. HEX triplet: 3B, 78 and 6A. RGB value is (59,120,106). Sum of RGB (Red+Green+Blue) = 59+120+106=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #3B786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B786A is #C48795. Grayscale: #646464. Windows color (decimal): -12879766 or 6977595. OLE color: 6977595.

HSL color Cylindrical-coordinate representation of color #3B786A: hue angle of 166.23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B786A is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB59120106-
CMYK0.5100.120.53
HSL166.23º34.08%35.1%-
HSV(B)166.23º50.83%47.06%-
XYZ11.1215.416.02-
YUV100.16131.2998.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=20.70%
G=42.11%
B=37.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591201060.5100.120.53166.2334.0835.1
Hex3B786A330C35a62223
Octal7317015263014652464243
Binary111011111100011010101100110110011010110100110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,120,106); }

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

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

 a { background-color: rgb(59,120,106); }

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

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

 span { border-color: rgb(59,120,106); }

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