#3A766B

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

Shades of Genoa #3A766B

Tints of Genoa #3A766B

Color information

#3A766B (or 0x3A766B) is unknown color: approx Genoa. HEX triplet: 3A, 76 and 6B. RGB value is (58,118,107). Sum of RGB (Red+Green+Blue) = 58+118+107=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #3A766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A766B is #C58994. Grayscale: #626262. Windows color (decimal): -12945813 or 7042618. OLE color: 7042618.

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

Color convert

RGB58118107-
CMYK0.5100.090.54
HSL169º34.09%34.51%-
HSV(B)169º50.85%46.27%-
XYZ10.8814.9216.22-
YUV98.81132.6298.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.49%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=20.49%
G=41.70%
B=37.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581181070.5100.090.5416934.0934.51
Hex3A766B330936a92223
Octal7216615363011662514243
Binary111010111011011010111100110100111011010101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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