#3A7465

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

Shades of Genoa #3A7465

Tints of Genoa #3A7465

Color information

#3A7465 (or 0x3A7465) is unknown color: approx Genoa. HEX triplet: 3A, 74 and 65. RGB value is (58,116,101). Sum of RGB (Red+Green+Blue) = 58+116+101=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7465 is #C58B9A. Grayscale: #606060. Windows color (decimal): -12946331 or 6648890. OLE color: 6648890.

HSL color Cylindrical-coordinate representation of color #3A7465: hue angle of 164.48º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7465 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB58116101-
CMYK0.500.130.55
HSL164.48º33.33%34.12%-
HSV(B)164.48º50%45.49%-
XYZ10.3414.3314.53-
YUV96.95130.28100.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.09%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=21.09%
G=42.18%
B=36.73%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581161010.500.130.55164.4833.3334.12
Hex3A7465320D37a42122
Octal7216414562015672444142
Binary111010111010011001011100100110111011110100100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,101); }

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

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

 a { background-color: rgb(58,116,101); }

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

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

 span { border-color: rgb(58,116,101); }

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