#3A756E

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

Shades of Genoa #3A756E

Tints of Genoa #3A756E

Color information

#3A756E (or 0x3A756E) is unknown color: approx Genoa. HEX triplet: 3A, 75 and 6E. RGB value is (58,117,110). Sum of RGB (Red+Green+Blue) = 58+117+110=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #3A756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A756E is #C58A91. Grayscale: #626262. Windows color (decimal): -12946066 or 7238970. OLE color: 7238970.

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

Color convert

RGB58117110-
CMYK0.5000.060.54
HSL172.88º33.71%34.31%-
HSV(B)172.88º50.43%45.88%-
XYZ10.9214.7517.02-
YUV98.56134.4599.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=20.35%
G=41.05%
B=38.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581171100.5000.060.54172.8833.7134.31
Hex3A756E320636ad2222
Octal721651566206662554242
Binary11101011101011101110110010011011011010101101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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