#3A7365

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

Shades of Genoa #3A7365

Tints of Genoa #3A7365

Color information

#3A7365 (or 0x3A7365) is unknown color: approx Genoa. HEX triplet: 3A, 73 and 65. RGB value is (58,115,101). Sum of RGB (Red+Green+Blue) = 58+115+101=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7365 is #C58C9A. Grayscale: #606060. Windows color (decimal): -12946587 or 6648634. OLE color: 6648634.

HSL color Cylindrical-coordinate representation of color #3A7365: hue angle of 165.26º 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 #3A7365 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB58115101-
CMYK0.5000.120.55
HSL165.26º32.95%33.92%-
HSV(B)165.26º49.57%45.1%-
XYZ10.2214.114.49-
YUV96.36130.62100.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=21.17%
G=41.97%
B=36.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581151010.5000.120.55165.2632.9533.92
Hex3A7365320C37a52122
Octal7216314562014672454142
Binary111010111001111001011100100110011011110100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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