#3A746B

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

Shades of Genoa #3A746B

Tints of Genoa #3A746B

Color information

#3A746B (or 0x3A746B) is unknown color: approx Genoa. HEX triplet: 3A, 74 and 6B. RGB value is (58,116,107). Sum of RGB (Red+Green+Blue) = 58+116+107=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #3A746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A746B is #C58B94. Grayscale: #616161. Windows color (decimal): -12946325 or 7042106. OLE color: 7042106.

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

Color convert

RGB58116107-
CMYK0.500.080.55
HSL170.69º33.33%34.12%-
HSV(B)170.69º50%45.49%-
XYZ10.6414.4516.14-
YUV97.63133.2899.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=20.64%
G=41.28%
B=38.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581161070.500.080.55170.6933.3334.12
Hex3A746B320837ab2122
Octal7216415362010672534142
Binary111010111010011010111100100100011011110101011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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