#3A786C

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

Shades of Genoa #3A786C

Tints of Genoa #3A786C

Color information

#3A786C (or 0x3A786C) is unknown color: approx Genoa. HEX triplet: 3A, 78 and 6C. RGB value is (58,120,108). Sum of RGB (Red+Green+Blue) = 58+120+108=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #3A786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A786C is #C58793. Grayscale: #646464. Windows color (decimal): -12945300 or 7108666. OLE color: 7108666.

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

Color convert

RGB58120108-
CMYK0.5200.100.53
HSL168.39º34.83%34.9%-
HSV(B)168.39º51.67%47.06%-
XYZ11.1715.4216.57-
YUV100.09132.4697.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=20.28%
G=41.96%
B=37.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581201080.5200.100.53168.3934.8334.9
Hex3A786C340A35a82323
Octal7217015464012652504343
Binary111010111100011011001101000101011010110101000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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