#3A756D

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

Shades of Genoa #3A756D

Tints of Genoa #3A756D

Color information

#3A756D (or 0x3A756D) is unknown color: approx Genoa. HEX triplet: 3A, 75 and 6D. RGB value is (58,117,109). Sum of RGB (Red+Green+Blue) = 58+117+109=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #3A756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A756D is #C58A92. Grayscale: #626262. Windows color (decimal): -12946067 or 7173434. OLE color: 7173434.

HSL color Cylindrical-coordinate representation of color #3A756D: hue angle of 171.86º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A756D is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB58117109-
CMYK0.5000.070.54
HSL171.86º33.71%34.31%-
HSV(B)171.86º50.43%45.88%-
XYZ10.8714.7316.74-
YUV98.45133.9599.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=20.42%
G=41.20%
B=38.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581171090.5000.070.54171.8633.7134.31
Hex3A756D320736ac2222
Octal721651556207662544242
Binary11101011101011101101110010011111011010101100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,109); }

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

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

 a { background-color: rgb(58,117,109); }

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

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

 span { border-color: rgb(58,117,109); }

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