#3A796C

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

Shades of Genoa #3A796C

Tints of Genoa #3A796C

Color information

#3A796C (or 0x3A796C) is unknown color: approx Genoa. HEX triplet: 3A, 79 and 6C. RGB value is (58,121,108). Sum of RGB (Red+Green+Blue) = 58+121+108=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #3A796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A796C is #C58693. Grayscale: #646464. Windows color (decimal): -12945044 or 7108922. OLE color: 7108922.

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

Color convert

RGB58121108-
CMYK0.5200.110.53
HSL167.62º35.2%35.1%-
HSV(B)167.62º52.07%47.45%-
XYZ11.2915.6616.61-
YUV100.68132.1397.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=20.21%
G=42.16%
B=37.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581211080.5200.110.53167.6235.235.1
Hex3A796C340B35a82323
Octal7217115464013652504343
Binary111010111100111011001101000101111010110101000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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