#3B786C

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

Shades of Genoa #3B786C

Tints of Genoa #3B786C

Color information

#3B786C (or 0x3B786C) is unknown color: approx Genoa. HEX triplet: 3B, 78 and 6C. RGB value is (59,120,108). Sum of RGB (Red+Green+Blue) = 59+120+108=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #3B786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B786C is #C48793. Grayscale: #646464. Windows color (decimal): -12879764 or 7108667. OLE color: 7108667.

HSL color Cylindrical-coordinate representation of color #3B786C: hue angle of 168.2º 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 #3B786C is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB59120108-
CMYK0.5100.100.53
HSL168.2º34.08%35.1%-
HSV(B)168.2º50.83%47.06%-
XYZ11.2315.4516.58-
YUV100.39132.2998.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=20.56%
G=41.81%
B=37.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591201080.5100.100.53168.234.0835.1
Hex3B786C330A35a82223
Octal7317015463012652504243
Binary111011111100011011001100110101011010110101000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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