#3A766F

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

Shades of Genoa #3A766F

Tints of Genoa #3A766F

Color information

#3A766F (or 0x3A766F) is unknown color: approx Genoa. HEX triplet: 3A, 76 and 6F. RGB value is (58,118,111). Sum of RGB (Red+Green+Blue) = 58+118+111=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #3A766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A766F is #C58990. Grayscale: #636363. Windows color (decimal): -12945809 or 7304762. OLE color: 7304762.

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

Color convert

RGB58118111-
CMYK0.5100.060.54
HSL173º34.09%34.51%-
HSV(B)173º50.85%46.27%-
XYZ11.091517.35-
YUV99.26134.6298.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=20.21%
G=41.11%
B=38.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581181110.5100.060.5417334.0934.51
Hex3A766F330636ad2223
Octal721661576306662554243
Binary11101011101101101111110011011011011010101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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