#3A716D

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

Shades of Genoa #3A716D

Tints of Genoa #3A716D

Color information

#3A716D (or 0x3A716D) is unknown color: approx Genoa. HEX triplet: 3A, 71 and 6D. RGB value is (58,113,109). Sum of RGB (Red+Green+Blue) = 58+113+109=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #3A716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A716D is #C58E92. Grayscale: #606060. Windows color (decimal): -12947091 or 7172410. OLE color: 7172410.

HSL color Cylindrical-coordinate representation of color #3A716D: hue angle of 175.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A716D is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB58113109-
CMYK0.4900.040.56
HSL175.64º32.16%33.53%-
HSV(B)175.64º48.67%44.31%-
XYZ10.4113.8116.59-
YUV96.1135.28100.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=20.71%
G=40.36%
B=38.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581131090.4900.040.56175.6432.1633.53
Hex3A716D310438b02022
Octal721611556104702604042
Binary11101011100011101101110001010011100010110000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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